Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DEapFailureNotifierTest.java118 StatusBarNotification[] activeNotifications = new StatusBarNotification[1]; in onEapFailureWithDefinedErrorCodeWithoutNotificationShown() local
143 StatusBarNotification[] activeNotifications = new StatusBarNotification[1]; in onEapFailure_showNotificationFalse_notShown() local
164 StatusBarNotification[] activeNotifications = new StatusBarNotification[1]; in onEapFailureWithDefinedErroCodeWithNotificationShownWithoutSameSsid() local
192 StatusBarNotification[] activeNotifications = new StatusBarNotification[1]; in onEapFailureWithDefinedErroCodeWithNotificationShownWithSameSsid() local
212 StatusBarNotification[] activeNotifications = new StatusBarNotification[1]; in onEapFailureWithUnDefinedErrorCode() local
/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.java98 final StatusBarNotification[] activeNotifications = in updateForegroundState() local
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java148 List<StatusBarNotification> activeNotifications = null; in handleWorkerMessage() local
347 void onNotificationFullRefresh(List<StatusBarNotification> activeNotifications); in onNotificationFullRefresh()
/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.java144 Map<String, AlertEntry> activeNotifications) { in maybeShowHeadsUp()