Searched refs:onSuggestedReplySent (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | INotificationListener.aidl | 58 void onSuggestedReplySent(String key, in CharSequence reply, int source); in onSuggestedReplySent() method
|
D | NotificationAssistantService.java | 250 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()
|
D | NotificationListenerService.java | 1541 public void onSuggestedReplySent(String key, CharSequence reply, int source) { in onSuggestedReplySent() method in NotificationListenerService.NotificationListenerWrapper
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 9835 assistant.onSuggestedReplySent(
|
/frameworks/base/core/api/ |
D | system-current.txt | 10096 method public void onSuggestedReplySent(@NonNull String, @NonNull CharSequence, int);
|