Home
last modified time | relevance | path

Searched refs:getPendingNotificationsIterator (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupAlertTransferHelper.java289 Iterable<NotificationEntry> values = mEntryManager.getPendingNotificationsIterator(); in getPendingChildrenNotAlerting()
308 Iterable<NotificationEntry> values = mEntryManager.getPendingNotificationsIterator(); in pendingInflationsWillAddChildren()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupAlertTransferHelperTest.java91 when(mNotificationEntryManager.getPendingNotificationsIterator()) in setup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManager.java790 public Iterable<NotificationEntry> getPendingNotificationsIterator() { in getPendingNotificationsIterator() method in NotificationEntryManager
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java525 mNotificationEntryManager.getPendingNotificationsIterator(); in getGroupedConversationNotifications()