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.java324 mSmartActionsHelper.onSuggestedReplySent(mStatusBarNotification.getKey(), SMART_REPLY, in testOnSuggestedReplySent()
344 mSmartActionsHelper.onSuggestedReplySent( in testOnSuggestedReplySent_anotherNotification()
359 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.java326 void onSuggestedReplySent(String key, CharSequence reply, in onSuggestedReplySent() method in SmartActionsHelper