Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DInstallCarrierAppUtils.java95 StatusBarNotification[] activeNotifications = notificationManager.getActiveNotifications(); in hideAllNotifications() local
155 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.java60 StatusBarNotification[] activeNotifications = super.getActiveNotifications(); in getActiveNotifications() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java156 List<NotificationEntry> activeNotifications = mEntryManager.getVisibleNotifications(); in updateNotificationViews() local
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java953 StatusBarNotification[] activeNotifications = getActiveNotifications(null, TRIM_FULL); in getActiveNotifications() local
989 StatusBarNotification[] activeNotifications = getActiveNotifications(null, trim); in getActiveNotifications() local
1006 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