Searched defs:onSuggestedReplySent (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/service/notification/ | ||
D | NotificationAssistantService.java | 206 public void onSuggestedReplySent(@NonNull String key, @NonNull CharSequence reply, in onSuggestedReplySent() method in NotificationAssistantService |
D | INotificationListener.aidl | 54 void onSuggestedReplySent(String key, in CharSequence reply, int source); in onSuggestedReplySent() method |
D | NotificationListenerService.java | 1396 public void onSuggestedReplySent(String key, CharSequence reply, int source) { in onSuggestedReplySent() method in NotificationListenerService.NotificationListenerWrapper |