Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/textclassifier/src/android/view/textclassifier/
DTextClassificationManagerPerfTest.java50 TextClassificationManager textClassificationManager = in testGetTextClassifier_systemTextClassifierDisabled() local
54 textClassificationManager.getTextClassifier(); in testGetTextClassifier_systemTextClassifierDisabled()
55 textClassificationManager.invalidateForTesting(); in testGetTextClassifier_systemTextClassifierDisabled()
66 TextClassificationManager textClassificationManager = in testGetTextClassifier_systemTextClassifierEnabled() local
70 textClassificationManager.getTextClassifier(); in testGetTextClassifier_systemTextClassifierEnabled()
71 textClassificationManager.invalidateForTesting(); in testGetTextClassifier_systemTextClassifierEnabled()
DTextClassifierPerfTest.java61 TextClassificationManager textClassificationManager = in setUp() local
63 mTextClassifier = textClassificationManager.getTextClassifier(TextClassifier.LOCAL); in setUp()
/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewActivityTest.java398 TextClassificationManager textClassificationManager = in addLinkifiedTextToTextView() local
400 TextClassifier textClassifier = textClassificationManager.getTextClassifier(); in addLinkifiedTextToTextView()