Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextClassificationConstantsTest.java94 .that(constants.getNotificationConversationActionTypes()) in testLoadFromString()
168 .that(constants.getNotificationConversationActionTypes()) in testLoadFromString_differentValues()
223 .that(constants.getNotificationConversationActionTypes()) in testLoadFromString_defaultValues()
/frameworks/base/core/java/android/view/textclassifier/
DTextClassificationConstants.java300 public List<String> getNotificationConversationActionTypes() { in getNotificationConversationActionTypes() method in TextClassificationConstants
364 getNotificationConversationActionTypes()).println(); in dump()
DTextClassifierImpl.java539 ? mSettings.getNotificationConversationActionTypes() in resolveActionTypesFromRequest()