Home
last modified time | relevance | path

Searched defs:activeNotifications (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DBubbleHelper.java160 StatusBarNotification[] activeNotifications = mNotificationManager.getActiveNotifications(); in cancelLast() local
168 StatusBarNotification[] activeNotifications = mNotificationManager.getActiveNotifications(); in cancelFirst() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DInstallCarrierAppUtils.java96 StatusBarNotification[] activeNotifications = notificationManager.getActiveNotifications(); in hideAllNotifications() local
156 StatusBarNotification[] activeNotifications = in isPackageInstallNotificationActive() local
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DNotificationListenerController.java62 StatusBarNotification[] activeNotifications) { in getActiveNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationListenerWithPlugins.java67 StatusBarNotification[] activeNotifications = super.getActiveNotifications(); in getActiveNotifications() local
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java981 StatusBarNotification[] activeNotifications = getActiveNotifications(null, TRIM_FULL); in getActiveNotifications() local
1017 StatusBarNotification[] activeNotifications = getActiveNotifications(null, trim); in getActiveNotifications() local
1034 StatusBarNotification[] activeNotifications = getActiveNotifications(keys, TRIM_FULL); in getActiveNotifications() local
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java556 StatusBarNotification[] activeNotifications = nm.getActiveNotifications(); in cancelExistingNotifications() local