Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DEapFailureNotifierTest.java113 StatusBarNotification[] activeNotifications = new StatusBarNotification[1]; in onEapFailureWithDefinedErroCodeWithoutNotificationShown() local
138 StatusBarNotification[] activeNotifications = new StatusBarNotification[1]; in onEapFailureWithDefinedErroCodeWithNotificationShownWithoutSameSsid() local
164 StatusBarNotification[] activeNotifications = new StatusBarNotification[1]; in onEapFailureWithDefinedErroCodeWithNotificationShownWithSameSsid() local
184 StatusBarNotification[] activeNotifications = new StatusBarNotification[1]; in onEapFailureWithUnDefinedErrorCode() local
/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.java41 StatusBarNotification[] activeNotifications) { in getActiveNotifications()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DEapFailureNotifier.java68 StatusBarNotification[] activeNotifications = mNotificationManager.getActiveNotifications(); in onEapFailure() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationListenerWithPlugins.java58 StatusBarNotification[] activeNotifications = super.getActiveNotifications(); in getActiveNotifications() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java151 List<NotificationEntry> activeNotifications = mEntryManager.getVisibleNotifications(); in updateNotificationViews() local
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java861 StatusBarNotification[] activeNotifications = getActiveNotifications(null, TRIM_FULL); in getActiveNotifications() local
897 StatusBarNotification[] activeNotifications = getActiveNotifications(null, trim); in getActiveNotifications() local
914 StatusBarNotification[] activeNotifications = getActiveNotifications(keys, TRIM_FULL); in getActiveNotifications() local
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java645 StatusBarNotification[] activeNotifications = nm.getActiveNotifications(); in cancelExistingNotifications() local