Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/textclassifier/src/android/view/textclassifier/
DTextClassificationManagerPerfTest.java75 TextClassificationManager textClassificationManager = in testGetTextClassifier_systemTextClassifierDisabled() local
79 textClassificationManager.getTextClassifier(); in testGetTextClassifier_systemTextClassifierDisabled()
87 TextClassificationManager textClassificationManager = in testGetTextClassifier_systemTextClassifierEnabled() local
91 textClassificationManager.getTextClassifier(); in testGetTextClassifier_systemTextClassifierEnabled()
/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewActivityTest.java471 TextClassificationManager textClassificationManager = in addLinkifiedTextToTextView() local
473 TextClassifier textClassifier = textClassificationManager.getTextClassifier(); in addLinkifiedTextToTextView()