Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A 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
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DInstallCarrierAppUtils.java95 StatusBarNotification[] activeNotifications = notificationManager.getActiveNotifications(); in hideAllNotifications() local
155 StatusBarNotification[] activeNotifications = in isPackageInstallNotificationActive() local
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/
H A DBubbleHelper.java165 StatusBarNotification[] activeNotifications = mNotificationManager.getActiveNotifications(); in cancelLast() local
173 StatusBarNotification[] activeNotifications = mNotificationManager.getActiveNotifications(); in cancelFirst() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/notification/
H A DNotificationThrottler.java72 StatusBarNotification[] activeNotifications = notificationManager.getActiveNotifications(); in throttle() local
/aosp12/packages/services/Mtp/src/com/android/mtp/
H A DMtpDocumentsService.java98 final StatusBarNotification[] activeNotifications = in updateForegroundState() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationListenerWithPlugins.java60 StatusBarNotification[] activeNotifications = super.getActiveNotifications(); in getActiveNotifications() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationListener.java148 List<StatusBarNotification> activeNotifications = null; in handleWorkerMessage() local
347 void onNotificationFullRefresh(List<StatusBarNotification> activeNotifications); in onNotificationFullRefresh()
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DNotificationListenerController.java62 StatusBarNotification[] activeNotifications) { in getActiveNotifications()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupDataProvider.java106 public void onNotificationFullRefresh(List<StatusBarNotification> activeNotifications) { in onNotificationFullRefresh()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManager.java166 List<NotificationEntry> activeNotifications = mEntryManager.getVisibleNotifications(); in updateNotificationViews() local
/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java954 StatusBarNotification[] activeNotifications = getActiveNotifications(null, TRIM_FULL); in getActiveNotifications() local
990 StatusBarNotification[] activeNotifications = getActiveNotifications(null, trim); in getActiveNotifications() local
1007 StatusBarNotification[] activeNotifications = getActiveNotifications(keys, TRIM_FULL); in getActiveNotifications() local
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarHeadsUpNotificationManager.java153 Map<String, AlertEntry> activeNotifications) { in maybeShowHeadsUp()
/aosp12/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java556 StatusBarNotification[] activeNotifications = nm.getActiveNotifications(); in cancelExistingNotifications() local