Searched refs:getActiveNotifications (Results 1 – 14 of 14) sorted by relevance
64 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()
72 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 DialerNotificationManager103 return getNotificationManager(context).getActiveNotifications(); in getActiveNotifications()
72 StatusBarNotification[] activeNotifications = notificationManager.getActiveNotifications(); in throttle()112 for (StatusBarNotification notification : notificationManager.getActiveNotifications()) { in getSortedMatchingNotifications()
33 for (StatusBarNotification notification : notificationManager.getActiveNotifications()) { in cancelAllInGroup()
96 activeNotifications = filterNotifications(getActiveNotifications());293 for (StatusBarNotification sbn : getActiveNotifications(keys)) { in onNotificationRankingUpdate()334 .getActiveNotifications(NotificationKeyData.extractKeysOnly(keys) in getNotificationsForKeys()
129 DialerNotificationManager.getActiveNotifications(context)) { in getExistingNotificationCount()153 DialerNotificationManager.getActiveNotifications(context)) { in getAndUpdateVoicemailsWithExistingNotification()
235 DialerNotificationManager.getActiveNotifications(context)) { in updateMissedCallNotification()
198 final StatusBarNotification[] notifications = nm.getActiveNotifications(); in getFirstActiveNotification()218 final StatusBarNotification[] notifications = nm.getActiveNotifications(); in getActiveGroupSummaryNotification()
173 mActiveNotifications = Stream.of(getActiveNotifications()).collect( in onListenerConnected()
114 final StatusBarNotification[] notifs = mNotifManager.getActiveNotifications(); in init()
422 for (StatusBarNotification sbn : getActiveNotifications()) { in onListenerConnected()
271 StatusBarNotification[] active = mNoMan.getActiveNotifications( in loadNotifications()
653 StatusBarNotification[] notifications = notificationManager.getActiveNotifications(); in getCurrentlyShownNotificationLocked()