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

/frameworks/base/core/java/android/widget/
H A DTextView.java430 private TextClassifier mTextClassificationSession; field in class:TextView
11518 if (mTextClassificationSession == null || mTextClassificationSession.isDestroyed()) {
11535 mTextClassificationSession = tcm.createTextClassificationSession(
11538 mTextClassificationSession = tcm.createTextClassificationSession(
11542 mTextClassificationSession = TextClassifier.NO_OP;
11545 return mTextClassificationSession;

Completed in 40 milliseconds