Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
DTextClassifierImpl.java105 private AnnotatorModel mAnnotatorImpl; field in TextClassifierImpl
554 if (mAnnotatorImpl == null || !Objects.equals(mAnnotatorModelInUse, bestModel)) { in getAnnotatorImpl()
563 mAnnotatorImpl = new AnnotatorModel(pfd.getFd()); in getAnnotatorImpl()
570 return mAnnotatorImpl; in getAnnotatorImpl()