Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationListener.java270 String newGroupKey = sbn.getGroupKey(); in updateGroupKeyIfNecessary() local
271 if (oldGroupKey == null || !oldGroupKey.equals(newGroupKey)) { in updateGroupKeyIfNecessary()
273 mNotificationGroupKeyMap.put(childKey, newGroupKey); in updateGroupKeyIfNecessary()
283 if (sbn.isGroup() && newGroupKey != null) { in updateGroupKeyIfNecessary()
285 NotificationGroup notificationGroup = mNotificationGroupMap.get(newGroupKey); in updateGroupKeyIfNecessary()
288 mNotificationGroupMap.put(newGroupKey, notificationGroup); in updateGroupKeyIfNecessary()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DNotificationGroupManagerLegacy.java518 String newGroupKey = entry.getSbn().getGroupKey(); in onEntryUpdated() local
519 boolean groupKeysChanged = !oldGroupKey.equals(newGroupKey); in onEntryUpdated()
535 updateSuppression(mGroupMap.get(newGroupKey)); in onEntryUpdated()