Searched defs:onNotificationsSeen (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/ | ||
H A D | Assistant.java | 190 public void onNotificationsSeen(List<String> keys) { in onNotificationsSeen() method in Assistant |
/aosp12/frameworks/base/core/java/android/service/notification/ | ||
H A D | INotificationListener.aidl | 52 void onNotificationsSeen(in List<String> keys); in onNotificationsSeen() method |
H A D | NotificationAssistantService.java | 198 public void onNotificationsSeen(@NonNull List<String> keys) { in onNotificationsSeen() method in NotificationAssistantService |
H A D | NotificationListenerService.java | 1502 public void onNotificationsSeen(List<String> keys) in onNotificationsSeen() method in NotificationListenerService.NotificationListenerWrapper |