Home
last modified time | relevance | path

Searched refs:getNotificationsForCurrentUser (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java268 = mEntryManager.getNotificationData().getNotificationsForCurrentUser(); in updateNotificationOnUiModeChanged()
280 mEntryManager.getNotificationData().getNotificationsForCurrentUser(); in updateNotificationsOnDensityOrFontScaleChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationData.java170 public ArrayList<NotificationEntry> getNotificationsForCurrentUser() { in getNotificationsForCurrentUser() method in NotificationData
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationDataTest.java223 mNotificationData.getNotificationsForCurrentUser(); in testGetNotificationsForCurrentUser_shouldFilterNonCurrentUserNotifications()