Searched refs:mGroupMap (Results 1 – 2 of 2) sorted by relevance
51 private final HashMap<String, NotificationGroup> mGroupMap = new HashMap<>(); field in NotificationGroupManager81 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in isGroupExpanded()89 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in setGroupExpanded()120 final NotificationGroup group = mGroupMap.get(groupKey); in onEntryRemovedInternal()136 mGroupMap.remove(groupKey); in onEntryRemovedInternal()151 NotificationGroup group = mGroupMap.get(groupKey); in onEntryAdded()154 mGroupMap.put(groupKey, group); in onEntryAdded()242 return mGroupMap.get(sbn.getKey()).summary; in getIsolatedChild()256 if (mGroupMap.get(getGroupKey(oldNotification)) != null) { in onEntryUpdated()264 updateSuppression(mGroupMap.get(oldKey)); in onEntryUpdated()[all …]
45 private HashMap<MessagingGroup, MessagingGroup> mGroupMap = new HashMap<>(); field in MessagingLayoutTransformState317 mGroupMap.clear(); in findPairs()333 mGroupMap.put(ownGroup, bestMatch); in findPairs()336 return mGroupMap; in findPairs()438 mGroupMap.clear();; in recycle()