Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java465 private TextClassifier mTextClassificationSession; field in TextView
12373 if (mTextClassificationSession == null || mTextClassificationSession.isDestroyed()) { in getTextClassificationSession()
12389 mTextClassificationSession = tcm.createTextClassificationSession( in getTextClassificationSession()
12392 mTextClassificationSession = tcm.createTextClassificationSession( in getTextClassificationSession()
12396 mTextClassificationSession = TextClassifier.NO_OP; in getTextClassificationSession()
12399 return mTextClassificationSession; in getTextClassificationSession()