Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextClassificationConstantsTest.java91 .that(constants.getInAppConversationActionTypes()) in testLoadFromString()
165 .that(constants.getInAppConversationActionTypes()) in testLoadFromString_differentValues()
218 .that(constants.getInAppConversationActionTypes()) in testLoadFromString_defaultValues()
/frameworks/base/core/java/android/view/textclassifier/
DTextClassificationConstants.java294 public List<String> getInAppConversationActionTypes() { in getInAppConversationActionTypes() method in TextClassificationConstants
353 pw.printPair("in_app_conversation_action_types_default", getInAppConversationActionTypes()) in dump()
DTextClassifierImpl.java540 : mSettings.getInAppConversationActionTypes(); in resolveActionTypesFromRequest()