Searched refs:mGroupKeyToCountMap (Results 1 – 1 of 1) sorted by relevance
75 private Map<String, Integer> mGroupKeyToCountMap = new HashMap<>(); field in CarNotificationViewAdapter440 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()