Searched refs:ge (Results 1 – 2 of 2) sorted by relevance
568 GroupEntry ge = (GroupEntry) entry; in annulAddition() local569 if (ge.getSummary() != null) { in annulAddition()571 "Cannot nullify group " + ge.getKey() + ": summary is not null"); in annulAddition()573 if (!ge.getChildren().isEmpty()) { in annulAddition()575 "Cannot nullify group " + ge.getKey() + ": still has children"); in annulAddition()623 mGroups.values().removeIf(ge -> ge.getSummary() == null && ge.getChildren().isEmpty()); in freeEmptyGroups()
55 GroupEntry ge = (GroupEntry) entry; in dumpTree() local56 List<NotificationEntry> children = ge.getChildren(); in dumpTree()