Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java41 private final HashMap<String, NotificationGroup> mGroupMap = new HashMap<>(); field in NotificationGroupManager
53 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in isGroupExpanded()
61 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in setGroupExpanded()
90 final NotificationGroup group = mGroupMap.get(groupKey); in onEntryRemovedInternal()
106 mGroupMap.remove(groupKey); in onEntryRemovedInternal()
115 NotificationGroup group = mGroupMap.get(groupKey); in onEntryAdded()
118 mGroupMap.put(groupKey, group); in onEntryAdded()
181 return mGroupMap.get(sbn.getKey()).summary; in getIsolatedChild()
195 if (mGroupMap.get(getGroupKey(oldNotification)) != null) { in onEntryUpdated()
203 updateSuppression(mGroupMap.get(oldKey)); in onEntryUpdated()
[all …]