Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java260 mEntryManager.getActiveNotificationsForCurrentUser(); in updateNotificationOnUiModeChanged()
272 mEntryManager.getActiveNotificationsForCurrentUser(); in updateNotificationsOnDensityOrFontScaleChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java111 when(entryManager.getActiveNotificationsForCurrentUser()).thenReturn(new ArrayList<>()); in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java578 List<NotificationEntry> result = mEntryManager.getActiveNotificationsForCurrentUser(); in testGetNotificationsForCurrentUser_shouldFilterNonCurrentUserNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java818 public List<NotificationEntry> getActiveNotificationsForCurrentUser() { in getActiveNotificationsForCurrentUser() method in NotificationEntryManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java876 mNotificationEntryManager.getActiveNotificationsForCurrentUser()) { in restoreBubbles()