Searched refs:getActiveNotificationsForCurrentUser (Results 1 – 7 of 7) sorted by relevance
465 when(mNotificationEntryManager.getActiveNotificationsForCurrentUser()) in getNotificationLargeIcon_withoutLargeIcon_returnsNull()485 when(mNotificationEntryManager.getActiveNotificationsForCurrentUser()) in getNotificationLargeIcon_withPackageNameAndMediaSession_returnsIconCompat()505 when(mNotificationEntryManager.getActiveNotificationsForCurrentUser()) in getNotificationLargeIcon_withPackageNameAndNoMediaSession_returnsNull()
255 mEntryManager.getActiveNotificationsForCurrentUser(); in updateNotificationOnUiModeChanged()267 mEntryManager.getActiveNotificationsForCurrentUser(); in updateNotificationsOnDensityOrFontScaleChanged()
112 when(entryManager.getActiveNotificationsForCurrentUser()).thenReturn(new ArrayList<>()); in setup()
236 : mNotificationEntryManager.getActiveNotificationsForCurrentUser()) { in getNotificationIcon()
613 List<NotificationEntry> result = mEntryManager.getActiveNotificationsForCurrentUser(); in testGetNotificationsForCurrentUser_shouldFilterNonCurrentUserNotifications()
284 mNotificationEntryManager.getActiveNotificationsForCurrentUser(); in BubblesManager()
851 public List<NotificationEntry> getActiveNotificationsForCurrentUser() { in getActiveNotificationsForCurrentUser() method in NotificationEntryManager