Home
last modified time | relevance | path

Searched defs:getActiveNotifications (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DNotificationListenerController.java40 default StatusBarNotification[] getActiveNotifications( in getActiveNotifications() method
54 StatusBarNotification[] getActiveNotifications(); in getActiveNotifications() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationListenerWithPlugins.java57 public StatusBarNotification[] getActiveNotifications() { in getActiveNotifications() method in NotificationListenerWithPlugins
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java832 public StatusBarNotification[] getActiveNotifications() { in getActiveNotifications() method in NotificationListenerService
868 public StatusBarNotification[] getActiveNotifications(int trim) { in getActiveNotifications() method in NotificationListenerService
885 public StatusBarNotification[] getActiveNotifications(String[] keys) { in getActiveNotifications() method in NotificationListenerService
904 public StatusBarNotification[] getActiveNotifications(String[] keys, int trim) { in getActiveNotifications() method in NotificationListenerService
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationData.java166 public ArrayList<NotificationEntry> getActiveNotifications() { in getActiveNotifications() method in NotificationData
/frameworks/base/core/java/android/app/
DINotificationManager.aidl114 StatusBarNotification[] getActiveNotifications(String callingPkg); in getActiveNotifications() method
DNotificationManager.java1996 public StatusBarNotification[] getActiveNotifications() { in getActiveNotifications() method in NotificationManager