Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilder.java568 GroupEntry ge = (GroupEntry) entry; in annulAddition() local
569 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()
DListDumper.java55 GroupEntry ge = (GroupEntry) entry; in dumpTree() local
56 List<NotificationEntry> children = ge.getChildren(); in dumpTree()