Searched refs:groupedNotifications (Results 1 – 1 of 1) sorted by relevance
320 SortedMap<String, NotificationGroup> groupedNotifications = new TreeMap<>(); in group() local335 if (!groupedNotifications.containsKey(groupKey)) { in group()337 groupedNotifications.put(groupKey, notificationGroup); in group()340 groupedNotifications.get(groupKey) in group()343 groupedNotifications.get(groupKey).addNotification(statusBarNotification); in group()350 List<NotificationGroup> groupList = new ArrayList<>(groupedNotifications.values()); in group()