Searched refs:NO_OP (Results 1 – 5 of 5) sorted by relevance
132 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()
47 mTcm.setTextClassifier(TextClassifier.NO_OP); in getValue()
104 private static final String NO_OP = "no_op"; field in TextClassifierTest108 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()
73 return tcm != null ? tcm.getTextClassifier() : TextClassifier.NO_OP; in getClassifier()
228 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()