Searched refs:getAllNotifs (Results 1 – 11 of 11) sorted by relevance
53 @NonNull Collection<NotificationEntry> getAllNotifs(); in getAllNotifs() method
621 new ArraySet<>(mCollection.getAllNotifs())); in testDismissedNotificationsStillAppearInNotificationSet()650 new ArraySet<>(mCollection.getAllNotifs())); in testRetractingLifetimeExtendedSummaryDoesNotDismissChildren()658 new ArraySet<>(mCollection.getAllNotifs())); in testRetractingLifetimeExtendedSummaryDoesNotDismissChildren()673 new ArraySet<>(mCollection.getAllNotifs())); in testNMSReportsUserDismissalAlwaysRemovesNotif()682 new ArraySet<>(mCollection.getAllNotifs())); in testNMSReportsUserDismissalAlwaysRemovesNotif()1055 assertTrue(mCollection.getAllNotifs().contains(entry2)); in testLifetimeExtendersAreQueriedWhenNotifRemoved()1076 assertTrue(mCollection.getAllNotifs().contains(entry2)); in testWhenLastLifetimeExtenderExpiresAllAreReQueried()1091 assertTrue(mCollection.getAllNotifs().contains(entry2)); in testWhenLastLifetimeExtenderExpiresAllAreReQueried()1113 assertTrue(mCollection.getAllNotifs().contains(entry2)); in testExtendersAreNotReQueriedUntilFinalActiveExtenderExpires()1121 assertTrue(mCollection.getAllNotifs().contains(entry2)); in testExtendersAreNotReQueriedUntilFinalActiveExtenderExpires()[all …]
654 when(mNotifCollection.getAllNotifs()).thenReturn(List.of(entry)); in testUpdateNotificationPostedIfExistingTile()713 when(mNotifCollection.getAllNotifs()).thenReturn(List.of(entry)); in testUpdateMissedCallNotificationWithoutContentPostedIfExistingTile()737 when(mNotifCollection.getAllNotifs()).thenReturn(List.of(entry)); in testUpdateMissedCallNotificationWithContentPostedIfExistingTile()761 when(mNotifCollection.getAllNotifs()).thenReturn(List.of(entry)); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile()792 when(mNotifCollection.getAllNotifs()).thenReturn(List.of(entry)); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile()797 when(mNotifCollection.getAllNotifs()).thenReturn(List.of()); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile()835 when(mNotifCollection.getAllNotifs()).thenReturn(List.of(entry)); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender()879 when(mNotifCollection.getAllNotifs()).thenReturn(List.of(entry)); in testDoNotUpdateMissedCallNotificationWithContentPostedIfNoPersonsAttached()912 when(mNotifCollection.getAllNotifs()).thenReturn(List.of(entry)); in testDoNotUpdateMissedCallNotificationWithContentPostedIfNotMatchingUriTile()1244 verify(mNotifCollection, times(1)).getAllNotifs(); in testAugmentTileFromNotificationEntryManager()[all …]
231 when(mNotifCollection.getAllNotifs()).thenReturn(entryList); in setUp()904 when(mNotifCollection.getAllNotifs()).thenReturn(entryList); in getNotificationLargeIcon_withoutLargeIcon_returnsNull()923 when(mNotifCollection.getAllNotifs()).thenReturn(entryList); in getNotificationLargeIcon_withPackageNameAndMediaSession_returnsIconCompat()942 when(mNotifCollection.getAllNotifs()).thenReturn(entryList); in getNotificationLargeIcon_withPackageNameAndNoMediaSession_returnsNull()960 when(mNotifCollection.getAllNotifs()).thenReturn(entryList); in getNotificationSmallIcon_withoutSmallIcon_returnsNull()979 when(mNotifCollection.getAllNotifs()).thenReturn(entryList); in getNotificationSmallIcon_withPackageNameAndMediaSession_returnsIconCompat()
89 override fun getAllNotifs(): Collection<NotificationEntry> {
233 Collection<NotificationEntry> getAllNotifs() { in getAllNotifs() method in NotifCollection365 final List<NotificationEntry> entries = new ArrayList<>(getAllNotifs()); in dismissAllNotifications()919 final List<NotificationEntry> entries = new ArrayList<>(getAllNotifs());
284 for (NotificationEntry entry : mNotifCollection.getAllNotifs()) { in getMediaController()500 for (NotificationEntry entry : mNotifCollection.getAllNotifs()) { in getNotificationSmallIcon()518 for (NotificationEntry entry : mNotifCollection.getAllNotifs()) { in getNotificationIcon()
269 mNotifPipeline.getAllNotifs() in setupNotifPipeline()360 Collection<NotificationEntry> allNotifications = mNotifPipeline.getAllNotifs(); in findAndUpdateMediaNotifications()
271 mCommonNotifCollection.getAllNotifs(); in BubblesManager()
445 Collection<NotificationEntry> notifications = mNotifCollection.getAllNotifs(); in updateWidgetsWithNotificationChanged()517 groupConversationNotifications(mNotifCollection.getAllNotifs()); in augmentTileFromNotificationEntryManager()
1179 when(mCommonNotifCollection.getAllNotifs()).thenReturn(Arrays.asList(mRow, mRow2)); in testOnUserChanged_bubblesRestored()