Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java561 private TextClassifier mTextClassificationSession; field in TextView
14840 if (mTextClassificationSession == null || mTextClassificationSession.isDestroyed()) { in getTextClassificationSession()
14855 mTextClassificationSession = tcm.createTextClassificationSession( in getTextClassificationSession()
14858 mTextClassificationSession = tcm.createTextClassificationSession( in getTextClassificationSession()
14862 mTextClassificationSession = TextClassifier.NO_OP; in getTextClassificationSession()
14865 return mTextClassificationSession; in getTextClassificationSession()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70567 Landroid/widget/TextView;->mTextClassificationSession:Landroid/view/textclassifier/TextClassifier;