Home
last modified time | relevance | path

Searched refs:onNotificationsSeen (Results 1 – 5 of 5) 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
578 onNotificationsSeen(keys); in handleMessage()
DNotificationListenerService.java1565 public void onNotificationsSeen(List<String> keys) in onNotificationsSeen() method in NotificationListenerService.NotificationListenerWrapper
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java11026 assistant.onNotificationsSeen(keys);
/frameworks/base/core/api/
Dsystem-current.txt12908 method public void onNotificationsSeen(@NonNull java.util.List<java.lang.String>);