summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api/removed.txt8
-rw-r--r--api/system-removed.txt8
-rw-r--r--api/test-removed.txt8
-rw-r--r--core/java/android/view/textclassifier/TextClassificationManager.java6
4 files changed, 0 insertions, 30 deletions
diff --git a/api/removed.txt b/api/removed.txt
index af429b85eb9b..75da976d1b64 100644
--- a/api/removed.txt
+++ b/api/removed.txt
@@ -380,14 +380,6 @@ package android.view {
}
-package android.view.textclassifier {
-
- public final class TextClassificationManager {
- method public android.view.textclassifier.TextClassifier getDefaultTextClassifier();
- }
-
-}
-
package android.webkit {
public class WebViewClient {
diff --git a/api/system-removed.txt b/api/system-removed.txt
index 272ae772b2ee..3aa93982fc94 100644
--- a/api/system-removed.txt
+++ b/api/system-removed.txt
@@ -374,14 +374,6 @@ package android.view {
}
-package android.view.textclassifier {
-
- public final class TextClassificationManager {
- method public android.view.textclassifier.TextClassifier getDefaultTextClassifier();
- }
-
-}
-
package android.webkit {
public class WebViewClient {
diff --git a/api/test-removed.txt b/api/test-removed.txt
index af429b85eb9b..75da976d1b64 100644
--- a/api/test-removed.txt
+++ b/api/test-removed.txt
@@ -380,14 +380,6 @@ package android.view {
}
-package android.view.textclassifier {
-
- public final class TextClassificationManager {
- method public android.view.textclassifier.TextClassifier getDefaultTextClassifier();
- }
-
-}
-
package android.webkit {
public class WebViewClient {
diff --git a/core/java/android/view/textclassifier/TextClassificationManager.java b/core/java/android/view/textclassifier/TextClassificationManager.java
index 0b6021ac7d03..dcdbe5738b03 100644
--- a/core/java/android/view/textclassifier/TextClassificationManager.java
+++ b/core/java/android/view/textclassifier/TextClassificationManager.java
@@ -54,12 +54,6 @@ public final class TextClassificationManager {
mContext = Preconditions.checkNotNull(context);
}
- // TODO: Remove.
- /** @removed */
- public TextClassifier getDefaultTextClassifier() {
- return getTextClassifier();
- }
-
/**
* Returns the text classifier.
*/