Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java320 SortedMap<String, NotificationGroup> groupedNotifications = new TreeMap<>(); in group() local
335 if (!groupedNotifications.containsKey(groupKey)) { in group()
337 groupedNotifications.put(groupKey, notificationGroup); in group()
340 groupedNotifications.get(groupKey) in group()
343 groupedNotifications.get(groupKey).addNotification(alertEntry); in group()
350 List<NotificationGroup> groupList = new ArrayList<>(groupedNotifications.values()); in group()