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.java299 String childKey = sbn.getKey(); in updateGroupKeyIfNecessary() local
300 String oldGroupKey = mNotificationGroupKeyMap.get(childKey); in updateGroupKeyIfNecessary()
304 mNotificationGroupKeyMap.put(childKey, newGroupKey); in updateGroupKeyIfNecessary()
308 oldGroup.removeChildKey(childKey); in updateGroupKeyIfNecessary()
324 notificationGroup.setGroupSummaryKey(childKey); in updateGroupKeyIfNecessary()
326 notificationGroup.addChildKey(childKey); in updateGroupKeyIfNecessary()