Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DEapFailureNotifierTest.java145 StatusBarNotification[] activeNotifications = new StatusBarNotification[1]; in onEapFailureEapFailureConfigWithOverride() local
186 StatusBarNotification[] activeNotifications = new StatusBarNotification[1]; in onEapFailureWithDefinedErrorCodeWithoutNotificationShown() local
213 StatusBarNotification[] activeNotifications = new StatusBarNotification[1]; in onEapFailure_showNotificationFalse_notShown() local
236 StatusBarNotification[] activeNotifications = new StatusBarNotification[1]; in onEapFailureWithDefinedErrorCodeWithNotificationShownWithoutSameSsid() local
266 StatusBarNotification[] activeNotifications = new StatusBarNotification[1]; in onEapFailureWithDefinedErrorCodeWithNotificationShownWithSameSsid() local
291 StatusBarNotification[] activeNotifications = new StatusBarNotification[1]; in onEapFailureWithDefinedErrorCodeWithoutMessage() local
316 StatusBarNotification[] activeNotifications = new StatusBarNotification[1]; in onEapFailureWithUnknownErrorCode() local
343 StatusBarNotification[] activeNotifications = new StatusBarNotification[1]; in onEapFailureWithCarrierOverrideForDisableParameters() local
373 StatusBarNotification[] activeNotifications = new StatusBarNotification[1]; in onEapFailureWithNegativeErrorCode() local
392 StatusBarNotification[] activeNotifications = new StatusBarNotification[1]; in testPreTDeviceIgnoreSpecialFailure() local
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java143 List<StatusBarNotification> activeNotifications = null; in handleWorkerMessage() local
328 void onNotificationFullRefresh(List<StatusBarNotification> activeNotifications); in onNotificationFullRefresh()
/packages/apps/Dialer/java/com/android/dialer/notification/
DNotificationThrottler.java72 StatusBarNotification[] activeNotifications = notificationManager.getActiveNotifications(); in throttle() local
/packages/services/Mtp/src/com/android/mtp/
DMtpDocumentsService.java100 final StatusBarNotification[] activeNotifications = in updateForegroundState() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DEapFailureNotifier.java123 StatusBarNotification[] activeNotifications = mNotificationManager.getActiveNotifications(); in onEapFailure() local
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java106 public void onNotificationFullRefresh(List<StatusBarNotification> activeNotifications) { in onNotificationFullRefresh()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java238 Map<String, AlertEntry> activeNotifications) { in maybeShowHeadsUp()