Searched refs:allNotifications (Results 1 – 2 of 2) sorted by relevance
566 Set<NotificationEntry> allNotifications = notifications.get(key); in augmentTileFromNotifications() local567 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()
360 Collection<NotificationEntry> allNotifications = mNotifPipeline.getAllNotifs(); in findAndUpdateMediaNotifications() local361 metaDataChanged = findPlayingMediaNotification(allNotifications); in findAndUpdateMediaNotifications()371 @NonNull Collection<NotificationEntry> allNotifications) { in findPlayingMediaNotification()376 for (NotificationEntry entry : allNotifications) { in findPlayingMediaNotification()