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()
259 String childKey = sbn.getKey(); in updateGroupKeyIfNecessary() local260 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()