Merge "TextClassificationManager API cleanup." into oc-dev

am: f9533e7b4d

Change-Id: Id7912117e9aaca4c9b8eee24cb72f6085219453c
This commit is contained in:
Abodunrinwa Toki
2017-03-31 04:37:47 +00:00
committed by android-build-merger
4 changed files with 0 additions and 30 deletions

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -54,12 +54,6 @@ public final class TextClassificationManager {
mContext = Preconditions.checkNotNull(context);
}
// TODO: Remove.
/** @removed */
public TextClassifier getDefaultTextClassifier() {
return getTextClassifier();
}
/**
* Returns the text classifier.
*/