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.java66 public StatusBarNotification[] getActiveNotifications() { in getActiveNotifications() method in NotificationListenerWithPlugins
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java960 public StatusBarNotification[] getActiveNotifications() { in getActiveNotifications() method in NotificationListenerService
996 public StatusBarNotification[] getActiveNotifications(int trim) { in getActiveNotifications() method in NotificationListenerService
1013 public StatusBarNotification[] getActiveNotifications(String[] keys) { in getActiveNotifications() method in NotificationListenerService
1032 public StatusBarNotification[] getActiveNotifications(String[] keys, int trim) { in getActiveNotifications() method in NotificationListenerService
/frameworks/base/core/java/android/app/
DNotificationManager.java2521 public StatusBarNotification[] getActiveNotifications() { in getActiveNotifications() method in NotificationManager
DINotificationManager.aidl131 StatusBarNotification[] getActiveNotifications(String callingPkg); in getActiveNotifications() method