Searched refs:onSuggestedReplySent (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/ |
H A D | Assistant.java | 217 public void onSuggestedReplySent(@NonNull String key, @NonNull CharSequence reply, in onSuggestedReplySent() method in Assistant 224 () -> mSmartSuggestionsHelper.onSuggestedReplySent(key, reply, source)); in onSuggestedReplySent()
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A 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()
|
H A D | INotificationListener.aidl | 58 void onSuggestedReplySent(String key, in CharSequence reply, int source); in onSuggestedReplySent() method
|
H A D | NotificationListenerService.java | 1542 public void onSuggestedReplySent(String key, CharSequence reply, int source) { in onSuggestedReplySent() method in NotificationListenerService.NotificationListenerWrapper
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 9867 assistant.onSuggestedReplySent(
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 10144 method public void onSuggestedReplySent(@NonNull String, @NonNull CharSequence, int);
|