Home
last modified time | relevance | path

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

/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/
H A DAssistant.java217 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 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()
H A DINotificationListener.aidl58 void onSuggestedReplySent(String key, in CharSequence reply, int source); in onSuggestedReplySent() method
H A DNotificationListenerService.java1542 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 DNotificationManagerService.java9867 assistant.onSuggestedReplySent(
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt10144 method public void onSuggestedReplySent(@NonNull String, @NonNull CharSequence, int);