Home
last modified time | relevance | path

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

/packages/modules/ExtServices/tests/src/android/ext/services/notification/
DSmartActionsHelperTest.java326 mSmartActionsHelper.onSuggestedReplySent(mStatusBarNotification.getKey(), SMART_REPLY, in testOnSuggestedReplySent()
346 mSmartActionsHelper.onSuggestedReplySent( in testOnSuggestedReplySent_anotherNotification()
361 mSmartActionsHelper.onSuggestedReplySent(mStatusBarNotification.getKey(), SMART_REPLY, in testOnSuggestedReplySent_missingResultId()
/packages/modules/ExtServices/src/android/ext/services/notification/
DAssistant.java391 public void onSuggestedReplySent(@NonNull String key, @NonNull CharSequence reply, in onSuggestedReplySent() method in Assistant
398 () -> mSmartActionsHelper.onSuggestedReplySent(key, reply, source)); in onSuggestedReplySent()
DSmartActionsHelper.java325 void onSuggestedReplySent(String key, CharSequence reply, in onSuggestedReplySent() method in SmartActionsHelper