Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java775 public StatusBarNotification[] getActiveNotifications() { in getActiveNotifications() method in NotificationListenerService
809 public StatusBarNotification[] getActiveNotifications(int trim) { in getActiveNotifications() method in NotificationListenerService
825 public StatusBarNotification[] getActiveNotifications(String[] keys) { in getActiveNotifications() method in NotificationListenerService
842 public StatusBarNotification[] getActiveNotifications(String[] keys, int trim) { in getActiveNotifications() method in NotificationListenerService
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java336 public ArrayList<Entry> getActiveNotifications() { in getActiveNotifications() method in NotificationData
/frameworks/base/core/java/android/app/
DNotificationManager.java1087 public StatusBarNotification[] getActiveNotifications() { in getActiveNotifications() method in NotificationManager
DINotificationManager.aidl78 StatusBarNotification[] getActiveNotifications(String callingPkg); in getActiveNotifications() method