Home
last modified time | relevance | path

Searched defs:onNotificationsSeen (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DINotificationListener.aidl52 void onNotificationsSeen(in List<String> keys); in onNotificationsSeen() method
DNotificationAssistantService.java218 public void onNotificationsSeen(@NonNull List<String> keys) { in onNotificationsSeen() method in NotificationAssistantService
419 public void onNotificationsSeen(List<String> keys) { in onNotificationsSeen() method in NotificationAssistantService.NotificationAssistantServiceWrapper
DNotificationListenerService.java1565 public void onNotificationsSeen(List<String> keys) in onNotificationsSeen() method in NotificationListenerService.NotificationListenerWrapper