Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DTextView.java490 private TextClassifier mTextClassificationSession; field in TextView
12810 if (mTextClassificationSession == null || mTextClassificationSession.isDestroyed()) { in getTextClassificationSession()
12825 mTextClassificationSession = tcm.createTextClassificationSession( in getTextClassificationSession()
12828 mTextClassificationSession = tcm.createTextClassificationSession( in getTextClassificationSession()
12832 mTextClassificationSession = TextClassifier.NO_OP; in getTextClassificationSession()
12835 return mTextClassificationSession; in getTextClassificationSession()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt73890 Landroid/widget/TextView;->mTextClassificationSession:Landroid/view/textclassifier/TextClassifier;