Searched refs:ge (Results 1 – 4 of 4) sorted by relevance
36 GroupEntry ge = new GroupEntry(mKey, mCreationTime); in build() local37 ge.setParent(mParent); in build()39 ge.setSummary(mSummary); in build()40 mSummary.setParent(ge); in build()43 ge.addChild(child); in build()44 child.setParent(ge); in build()46 return ge; in build()
57 GroupEntry ge = (GroupEntry) entry; in dumpTree() local58 List<NotificationEntry> children = ge.getChildren(); in dumpTree()
682 GroupEntry ge = (GroupEntry) entry; in annulAddition() local683 if (ge.getSummary() != null) { in annulAddition()685 "Cannot nullify group " + ge.getKey() + ": summary is not null"); in annulAddition()687 if (!ge.getChildren().isEmpty()) { in annulAddition()689 "Cannot nullify group " + ge.getKey() + ": still has children"); in annulAddition()735 mGroups.values().removeIf(ge -> ge.getSummary() == null && ge.getChildren().isEmpty()); in freeEmptyGroups()
350 GroupEntry ge = (GroupEntry) entry; in fireAddEvents() local351 fireAddEvents(ge.getSummary()); in fireAddEvents()352 fireAddEvents(ge.getChildren()); in fireAddEvents()