Searched refs:mTextClassificationSession (Results 1 – 1 of 1) sorted by relevance
465 private TextClassifier mTextClassificationSession; field in TextView12373 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()