Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DNotificationListenerController.java61 default StatusBarNotification[] getActiveNotifications( in getActiveNotifications() method
75 StatusBarNotification[] getActiveNotifications(); in getActiveNotifications() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationListenerWithPlugins.java59 public StatusBarNotification[] getActiveNotifications() { in getActiveNotifications() method in NotificationListenerWithPlugins
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java952 public StatusBarNotification[] getActiveNotifications() { in getActiveNotifications() method in NotificationListenerService
988 public StatusBarNotification[] getActiveNotifications(int trim) { in getActiveNotifications() method in NotificationListenerService
1005 public StatusBarNotification[] getActiveNotifications(String[] keys) { in getActiveNotifications() method in NotificationListenerService
1024 public StatusBarNotification[] getActiveNotifications(String[] keys, int trim) { in getActiveNotifications() method in NotificationListenerService
/frameworks/base/core/java/android/app/
DNotificationManager.java2496 public StatusBarNotification[] getActiveNotifications() { in getActiveNotifications() method in NotificationManager
DINotificationManager.aidl129 StatusBarNotification[] getActiveNotifications(String callingPkg); in getActiveNotifications() method