Home
last modified time | relevance | path

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

/aosp_15_r20/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/common/statsd/
H A DSelectionEventConverterTest.java50 private TestTextClassifier testTextClassifier; field in SelectionEventConverterTest
58 testTextClassifier = new TestTextClassifier(); in setup()
59 textClassificationManager.setTextClassifier(testTextClassifier); in setup()
68 SelectionEvent interceptedEvent = testTextClassifier.popLastSelectionEvent(); in convert_started()
93 SelectionEvent interceptedEvent = testTextClassifier.popLastSelectionEvent(); in convert_smartSelection()
123 SelectionEvent interceptedEvent = testTextClassifier.popLastSelectionEvent(); in convert_smartShare()
154 SelectionEvent interceptedEvent = testTextClassifier.popLastSelectionEvent(); in convert_smartLinkify()