Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationGroup.java27 private Set<String> mChildKeys; field in NotificationGroup
30 mChildKeys = new HashSet<>(); in NotificationGroup()
42 mChildKeys.add(childKey); in addChildKey()
46 mChildKeys.remove(childKey); in removeChildKey()
50 return mChildKeys.isEmpty(); in isEmpty()