Home
last modified time | relevance | path

Searched refs:getActiveNotificationsForCurrentUser (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputControllerTest.java465 when(mNotificationEntryManager.getActiveNotificationsForCurrentUser()) in getNotificationLargeIcon_withoutLargeIcon_returnsNull()
485 when(mNotificationEntryManager.getActiveNotificationsForCurrentUser()) in getNotificationLargeIcon_withPackageNameAndMediaSession_returnsIconCompat()
505 when(mNotificationEntryManager.getActiveNotificationsForCurrentUser()) in getNotificationLargeIcon_withPackageNameAndNoMediaSession_returnsNull()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java255 mEntryManager.getActiveNotificationsForCurrentUser(); in updateNotificationOnUiModeChanged()
267 mEntryManager.getActiveNotificationsForCurrentUser(); in updateNotificationsOnDensityOrFontScaleChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java112 when(entryManager.getActiveNotificationsForCurrentUser()).thenReturn(new ArrayList<>()); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputController.java236 : mNotificationEntryManager.getActiveNotificationsForCurrentUser()) { in getNotificationIcon()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java613 List<NotificationEntry> result = mEntryManager.getActiveNotificationsForCurrentUser(); in testGetNotificationsForCurrentUser_shouldFilterNonCurrentUserNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java284 mNotificationEntryManager.getActiveNotificationsForCurrentUser(); in BubblesManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java851 public List<NotificationEntry> getActiveNotificationsForCurrentUser() { in getActiveNotificationsForCurrentUser() method in NotificationEntryManager