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.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.java860 public StatusBarNotification[] getActiveNotifications() { in getActiveNotifications() method in NotificationListenerService
896 public StatusBarNotification[] getActiveNotifications(int trim) { in getActiveNotifications() method in NotificationListenerService
913 public StatusBarNotification[] getActiveNotifications(String[] keys) { in getActiveNotifications() method in NotificationListenerService
932 public StatusBarNotification[] getActiveNotifications(String[] keys, int trim) { in getActiveNotifications() method in NotificationListenerService
/frameworks/base/core/java/android/app/
DNotificationManager.java2274 public StatusBarNotification[] getActiveNotifications() { in getActiveNotifications() method in NotificationManager
DINotificationManager.aidl126 StatusBarNotification[] getActiveNotifications(String callingPkg); in getActiveNotifications() method