Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationGroup.java41 public void addChildKey(String childKey) { in addChildKey() argument
42 mChildKeys.add(childKey); in addChildKey()
45 public void removeChildKey(String childKey) { in removeChildKey() argument
46 mChildKeys.remove(childKey); in removeChildKey()
DNotificationListener.java259 String childKey = sbn.getKey(); in updateGroupKeyIfNecessary() local
260 String oldGroupKey = mNotificationGroupKeyMap.get(childKey); in updateGroupKeyIfNecessary()
264 mNotificationGroupKeyMap.put(childKey, newGroupKey); in updateGroupKeyIfNecessary()
268 oldGroup.removeChildKey(childKey); in updateGroupKeyIfNecessary()
284 notificationGroup.setGroupSummaryKey(childKey); in updateGroupKeyIfNecessary()
286 notificationGroup.addChildKey(childKey); in updateGroupKeyIfNecessary()