Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/notification/
H A DINotificationListener.aidl58 void onSuggestedReplySent(String key, in CharSequence reply, int source); in onSuggestedReplySent() method
H A DNotificationAssistantService.java270 public void onSuggestedReplySent(@NonNull String key, @NonNull CharSequence reply, in onSuggestedReplySent() method in NotificationAssistantService
470 public void onSuggestedReplySent(String key, CharSequence reply, int source) { in onSuggestedReplySent() method in NotificationAssistantService.NotificationAssistantServiceWrapper
H A DNotificationListenerService.java1584 public void onSuggestedReplySent(String key, CharSequence reply, int source) { in onSuggestedReplySent() method in NotificationListenerService.NotificationListenerWrapper