Searched refs:mChildKeys (Results 1 – 1 of 1) sorted by relevance
27 private Set<String> mChildKeys; field in NotificationGroup30 mChildKeys = new HashSet<>(); in NotificationGroup()42 mChildKeys.add(childKey); in addChildKey()46 mChildKeys.remove(childKey); in removeChildKey()50 return mChildKeys.isEmpty(); in isEmpty()