Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java266 String oldGroupKey = mNotificationGroupKeyMap.get(childKey); in updateGroupKeyIfNecessary() local
268 if (oldGroupKey == null || !oldGroupKey.equals(newGroupKey)) { in updateGroupKeyIfNecessary()
271 if (oldGroupKey != null && mNotificationGroupMap.containsKey(oldGroupKey)) { in updateGroupKeyIfNecessary()
273 NotificationGroup oldGroup = mNotificationGroupMap.get(oldGroupKey); in updateGroupKeyIfNecessary()
276 mNotificationGroupMap.remove(oldGroupKey); in updateGroupKeyIfNecessary()