Home
last modified time | relevance | path

Searched defs:allNotifications (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMediaManager.java437 Collection<NotificationEntry> allNotifications = mNotifPipeline.getAllNotifs(); in findAndUpdateMediaNotifications() local
441 Collection<NotificationEntry> allNotifications = mEntryManager.getAllNotifs(); in findAndUpdateMediaNotifications() local
458 private boolean findPlayingMediaNotification( in findPlayingMediaNotification()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java566 Set<NotificationEntry> allNotifications = notifications.get(key); in augmentTileFromNotifications() local