Home
last modified time | relevance | path

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

/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DCtsTextClassifierService.java132 callback.onSuccess(TextClassifier.NO_OP.generateLinks(request)); in onGenerateLinks()
140 callback.onSuccess(TextClassifier.NO_OP.detectLanguage(request)); in onDetectLanguage()
148 callback.onSuccess(TextClassifier.NO_OP.suggestConversationActions(request)); in onSuggestConversationActions()
DTextClassificationSessionIdTest.java47 mTcm.setTextClassifier(TextClassifier.NO_OP); in getValue()
DTextClassifierTest.java104 private static final String NO_OP = "no_op"; field in TextClassifierTest
108 return Arrays.asList(CURRENT, SESSION, DEFAULT, NO_OP); in textClassifierTypes()
129 } else if (mTextClassifierType.equals(NO_OP)) { in setup()
130 mClassifier = TextClassifier.NO_OP; in setup()
/cts/tests/tests/textclassifier/QueryTextClassifierServiceActivity/src/com/android/textclassifier/cts2/
DQueryTextClassifierServiceActivity.java73 return tcm != null ? tcm.getTextClassifier() : TextClassifier.NO_OP; in getClassifier()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java228 mTextView.setTextClassifier(TextClassifier.NO_OP); in initTextViewForTyping()
4405 mTextView.setTextClassifier(TextClassifier.NO_OP); in testTextActionModeCallback_loadsHandleDrawables()
6804 mTextView.setTextClassifier(TextClassifier.NO_OP); in testSetAndGetCustomSelectionActionModeCallback()
8564 mTextView.setTextClassifier(TextClassifier.NO_OP); in testDynamicLayoutReflowCrash_b75652829()