Searched refs:getActiveNotifications (Results 1 – 8 of 8) sorted by relevance
64 for (StatusBarNotification sbn : getActiveNotifications(all)) { in findNotificationNoWait()72 public StatusBarNotification[] getActiveNotifications(boolean all) { in getActiveNotifications() method in NotificationHelper74 return mNotificationListener.get().getActiveNotifications(); in getActiveNotifications()76 return mNotificationManager.getActiveNotifications(); in getActiveNotifications()
84 final StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in findPostedNotification()
204 final StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in checkNotificationExistence()228 final StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in findPostedNotification()
112 final StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in findPostedNotification()
136 .of(mNotificationManager.getActiveNotifications()) in handleMessage()
331 for (StatusBarNotification notification : notificationService.getActiveNotifications()) { in getPermissionControllerNotification()361 Arrays.asList(notificationService.getActiveNotifications()).contains( in getNotification()
243 0, mNotificationManager.getActiveNotifications().length); in setUp()428 private StatusBarNotification[] getActiveNotifications(boolean all) { in getActiveNotifications() method in NotificationManagerTest429 return mNotificationHelper.getActiveNotifications(all); in getActiveNotifications()449 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in assertOnlySomeNotificationsAutogrouped()477 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in assertAllPostedNotificationsAutogrouped()623 final StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in checkNotificationExistence()647 final StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in assertNotificationCount()1507 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in testNotify()1883 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in testCancelAll()3190 mListener.getActiveNotifications(new String[]{ sbn2.getKey(), sbn1.getKey() }); in testNotificationListener_getActiveNotifications()
509 StatusBarNotification[] sbns = getNotificationManager().getActiveNotifications(); in assertNotification()542 StatusBarNotification[] sbns = getNotificationManager().getActiveNotifications(); in assertNoNotification()