Home
last modified time | relevance | path

Searched defs: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()
45 public void removeChildKey(String childKey) { in removeChildKey()
DNotificationListener.java299 String childKey = sbn.getKey(); in updateGroupKeyIfNecessary() local