Searched refs:groupedNotifications (Results 1 – 1 of 1) sorted by relevance
373 SortedMap<String, NotificationGroup> groupedNotifications = new TreeMap<>(); in group() local393 if (!groupedNotifications.containsKey(groupKey)) { in group()395 groupedNotifications.put(groupKey, notificationGroup); in group()398 groupedNotifications.get(groupKey) in group()401 groupedNotifications.get(groupKey).addNotification(alertEntry); in group()406 + groupedNotifications); in group()412 List<NotificationGroup> groupList = new ArrayList<>(groupedNotifications.values()); in group()