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.java509 public StatusBarNotification[] getActiveNotifications() { in getActiveNotifications() method in NotificationListenerService
523 public StatusBarNotification[] getActiveNotifications(int trim) { in getActiveNotifications() method in NotificationListenerService
539 public StatusBarNotification[] getActiveNotifications(String[] keys) { in getActiveNotifications() method in NotificationListenerService
556 public StatusBarNotification[] getActiveNotifications(String[] keys, int trim) { in getActiveNotifications() method in NotificationListenerService
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java251 public ArrayList<Entry> getActiveNotifications() { in getActiveNotifications() method in NotificationData
/frameworks/base/core/java/android/app/
DINotificationManager.aidl62 StatusBarNotification[] getActiveNotifications(String callingPkg); in getActiveNotifications() method
DNotificationManager.java947 public StatusBarNotification[] getActiveNotifications() { in getActiveNotifications() method in NotificationManager