Home
last modified time | relevance | path

Searched refs:getActiveNotifications (Results 1 – 14 of 14) sorted by relevance

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
DNotificationHelperTest.java64 assertThat(mNotificationManager.getActiveNotifications().length).isEqualTo(0); in testShowResumeNotification()
70 StatusBarNotification[] notifications = mNotificationManager.getActiveNotifications(); in testShowResumeNotification()
81 assertThat(mNotificationManager.getActiveNotifications().length).isEqualTo(0); in testShowPrivacyReminderNotification()
87 StatusBarNotification[] notifications = mNotificationManager.getActiveNotifications(); in testShowPrivacyReminderNotification()
100 && mNotificationManager.getActiveNotifications().length == 0) { in waitForNotification()
/packages/apps/Dialer/java/com/android/dialer/notification/
DDialerNotificationManager.java72 StatusBarNotification[] notifications = notificationManager.getActiveNotifications(); in cancel()
93 StatusBarNotification[] notifications = notificationManager.getActiveNotifications(); in cancelAll()
101 public static StatusBarNotification[] getActiveNotifications(@NonNull Context context) { in getActiveNotifications() method in DialerNotificationManager
103 return getNotificationManager(context).getActiveNotifications(); in getActiveNotifications()
DNotificationThrottler.java72 StatusBarNotification[] activeNotifications = notificationManager.getActiveNotifications(); in throttle()
112 for (StatusBarNotification notification : notificationManager.getActiveNotifications()) { in getSortedMatchingNotifications()
DNotificationManagerUtils.java33 for (StatusBarNotification notification : notificationManager.getActiveNotifications()) { in cancelAllInGroup()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java96 activeNotifications = filterNotifications(getActiveNotifications());
293 for (StatusBarNotification sbn : getActiveNotifications(keys)) { in onNotificationRankingUpdate()
334 .getActiveNotifications(NotificationKeyData.extractKeysOnly(keys) in getNotificationsForKeys()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DVisualVoicemailUpdateTask.java129 DialerNotificationManager.getActiveNotifications(context)) { in getExistingNotificationCount()
153 DialerNotificationManager.getActiveNotifications(context)) { in getAndUpdateVoicemailsWithExistingNotification()
DMissedCallNotifier.java235 DialerNotificationManager.getActiveNotifications(context)) { in updateMissedCallNotification()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java198 final StatusBarNotification[] notifications = nm.getActiveNotifications(); in getFirstActiveNotification()
218 final StatusBarNotification[] notifications = nm.getActiveNotifications(); in getActiveGroupSummaryNotification()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationListener.java173 mActiveNotifications = Stream.of(getActiveNotifications()).collect( in onListenerConnected()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java114 final StatusBarNotification[] notifs = mNotifManager.getActiveNotifications(); in init()
/packages/modules/ExtServices/src/android/ext/services/notification/
DAssistant.java422 for (StatusBarNotification sbn : getActiveNotifications()) { in onListenerConnected()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationStation.java271 StatusBarNotification[] active = mNoMan.getActiveNotifications( in loadNotifications()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationStation.java271 StatusBarNotification[] active = mNoMan.getActiveNotifications( in loadNotifications()
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/service/
DLocationAccessCheck.java653 StatusBarNotification[] notifications = notificationManager.getActiveNotifications(); in getCurrentlyShownNotificationLocked()