From 802144cca40afb46297775b1c796d3b669a7139d Mon Sep 17 00:00:00 2001 From: Abodunrinwa Toki Date: Thu, 30 Mar 2017 00:12:25 +0100 Subject: [PATCH] TextClassificationManager API cleanup. Removes @removed methods. See: I24e86272cf58bf6864505bee3b06978c1c0d46e5 Test: Checked that API is removed. Change-Id: I93e7f64740671b5ff856f8b38eddc04417f6486e --- api/removed.txt | 8 -------- api/system-removed.txt | 8 -------- api/test-removed.txt | 8 -------- .../view/textclassifier/TextClassificationManager.java | 6 ------ 4 files changed, 30 deletions(-) diff --git a/api/removed.txt b/api/removed.txt index af429b85eb9b7..75da976d1b649 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 272ae772b2eeb..3aa93982fc94f 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 af429b85eb9b7..75da976d1b649 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 0b6021ac7d033..dcdbe5738b037 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. */