Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 802144cc authored by Abodunrinwa Toki's avatar Abodunrinwa Toki
Browse files

TextClassificationManager API cleanup.

Removes @removed methods.
See: I24e86272cf58bf6864505bee3b06978c1c0d46e5

Test: Checked that API is removed.
Change-Id: I93e7f64740671b5ff856f8b38eddc04417f6486e
parent 1284be68
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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 {
+0 −8
Original line number Diff line number Diff line
@@ -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 {
+0 −8
Original line number Diff line number Diff line
@@ -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 {
+0 −6
Original line number Diff line number Diff line
@@ -54,12 +54,6 @@ public final class TextClassificationManager {
        mContext = Preconditions.checkNotNull(context);
    }

    // TODO: Remove.
    /** @removed */
    public TextClassifier getDefaultTextClassifier() {
        return getTextClassifier();
    }

    /**
     * Returns the text classifier.
     */