Home
last modified time | relevance | path

Searched refs:mTextClassificationSession (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DTextView.java467 private TextClassifier mTextClassificationSession; field in TextView
12417 if (mTextClassificationSession == null || mTextClassificationSession.isDestroyed()) { in getTextClassificationSession()
12432 mTextClassificationSession = tcm.createTextClassificationSession( in getTextClassificationSession()
12435 mTextClassificationSession = tcm.createTextClassificationSession( in getTextClassificationSession()
12439 mTextClassificationSession = TextClassifier.NO_OP; in getTextClassificationSession()
12442 return mTextClassificationSession; in getTextClassificationSession()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt84996 Landroid/widget/TextView;->mTextClassificationSession:Landroid/view/textclassifier/TextClassifier;