Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java566 Set<NotificationEntry> allNotifications = notifications.get(key); in augmentTileFromNotifications() local
567 if (allNotifications == null) { in augmentTileFromNotifications()
568 allNotifications = new HashSet<>(); in augmentTileFromNotifications()
570 if (allNotifications.isEmpty() && notificationsByUri.isEmpty()) { in augmentTileFromNotifications()
576 allNotifications.addAll(notificationsByUri); in augmentTileFromNotifications()
577 if (DEBUG) Log.d(TAG, "Total notifications matching tile: " + allNotifications.size()); in augmentTileFromNotifications()
579 int messagesCount = getMessagesCount(allNotifications); in augmentTileFromNotifications()
580 NotificationEntry highestPriority = getHighestPriorityNotification(allNotifications); in augmentTileFromNotifications()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMediaManager.java360 Collection<NotificationEntry> allNotifications = mNotifPipeline.getAllNotifs(); in findAndUpdateMediaNotifications() local
361 metaDataChanged = findPlayingMediaNotification(allNotifications); in findAndUpdateMediaNotifications()
371 @NonNull Collection<NotificationEntry> allNotifications) { in findPlayingMediaNotification()
376 for (NotificationEntry entry : allNotifications) { in findPlayingMediaNotification()