Home
last modified time | relevance | path

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

/packages/modules/ExtServices/src/android/ext/services/notification/
DSmartActionsHelper.java90 SmartSuggestions suggest(NotificationEntry entry) { in suggest()
148 return new SmartSuggestions(replies, actions); in suggest()
482 static class SmartSuggestions { class in SmartActionsHelper
486 SmartSuggestions( in SmartSuggestions() method in SmartActionsHelper.SmartSuggestions
DAssistant.java236 SmartActionsHelper.SmartSuggestions suggestions = mSmartActionsHelper.suggest(entry); in onNotificationEnqueued()
/packages/modules/ExtServices/tests/src/android/ext/services/notification/
DSmartActionsHelperTest.java442 SmartActionsHelper.SmartSuggestions suggestions = in testCopyAction()