Searched refs:onSuggestedReplySent (Results 1 – 3 of 3) sorted by relevance
/packages/modules/ExtServices/tests/src/android/ext/services/notification/ |
D | SmartActionsHelperTest.java | 324 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/ |
D | Assistant.java | 391 public void onSuggestedReplySent(@NonNull String key, @NonNull CharSequence reply, in onSuggestedReplySent() method in Assistant 398 () -> mSmartActionsHelper.onSuggestedReplySent(key, reply, source)); in onSuggestedReplySent()
|
D | SmartActionsHelper.java | 326 void onSuggestedReplySent(String key, CharSequence reply, in onSuggestedReplySent() method in SmartActionsHelper
|