Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java75 private Map<String, Integer> mGroupKeyToCountMap = new HashMap<>(); field in CarNotificationViewAdapter
440 mGroupKeyToCountMap.clear(); in setNotifications()
442 if ((mGroupKeyToCountMap.computeIfPresent(notificationGroup.getGroupKey(), in setNotifications()
444 mGroupKeyToCountMap.put(notificationGroup.getGroupKey(), 1); in setNotifications()
654 return mGroupKeyToCountMap.getOrDefault(groupKey, /* defaultValue= */ 0) <= 1; in shouldRemoveGroupSummary()