Merge "TextClassificationManager API cleanup." into oc-dev

This commit is contained in:
TreeHugger Robot
2017-03-31 04:29:23 +00:00
committed by Android (Google) Code Review
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.
*/