Searched refs:childKey (Results 1 – 2 of 2) sorted by relevance
41 public void addChildKey(String childKey) { in addChildKey() argument42 mChildKeys.add(childKey); in addChildKey()45 public void removeChildKey(String childKey) { in removeChildKey() argument46 mChildKeys.remove(childKey); in removeChildKey()
299 String childKey = sbn.getKey(); in updateGroupKeyIfNecessary() local300 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()