Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java596 private TextClassifier mTextClassificationSession; field in TextView
15484 if (mTextClassificationSession == null || mTextClassificationSession.isDestroyed()) { in getTextClassificationSession()
15499 mTextClassificationSession = tcm.createTextClassificationSession( in getTextClassificationSession()
15502 mTextClassificationSession = tcm.createTextClassificationSession( in getTextClassificationSession()
15506 mTextClassificationSession = TextClassifier.NO_OP; in getTextClassificationSession()
15509 return mTextClassificationSession; in getTextClassificationSession()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt69924 Landroid/widget/TextView;->mTextClassificationSession:Landroid/view/textclassifier/TextClassifier;