Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DINotificationListener.aidl58 void onSuggestedReplySent(String key, in CharSequence reply, int source); in onSuggestedReplySent() method
DNotificationAssistantService.java250 public void onSuggestedReplySent(@NonNull String key, @NonNull CharSequence reply, in onSuggestedReplySent() method in NotificationAssistantService
447 public void onSuggestedReplySent(String key, CharSequence reply, int source) { in onSuggestedReplySent() method in NotificationAssistantService.NotificationAssistantServiceWrapper
580 onSuggestedReplySent(key, reply, source); in handleMessage()
DNotificationListenerService.java1541 public void onSuggestedReplySent(String key, CharSequence reply, int source) { in onSuggestedReplySent() method in NotificationListenerService.NotificationListenerWrapper
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java9835 assistant.onSuggestedReplySent(
/frameworks/base/core/api/
Dsystem-current.txt10096 method public void onSuggestedReplySent(@NonNull String, @NonNull CharSequence, int);