Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java465 private TextClassifier mTextClassificationSession; field in TextView
12388 if (mTextClassificationSession == null || mTextClassificationSession.isDestroyed()) { in getTextClassificationSession()
12403 mTextClassificationSession = tcm.createTextClassificationSession( in getTextClassificationSession()
12406 mTextClassificationSession = tcm.createTextClassificationSession( in getTextClassificationSession()
12410 mTextClassificationSession = TextClassifier.NO_OP; in getTextClassificationSession()
12413 return mTextClassificationSession; in getTextClassificationSession()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt91128 Landroid/widget/TextView;->mTextClassificationSession:Landroid/view/textclassifier/TextClassifier;