Searched refs:ROOT_ENTRY (Results 1 – 5 of 5) sorted by relevance
24 import com.android.systemui.statusbar.notification.collection.GroupEntry.ROOT_ENTRY in <lambda>()96 val noLongerTopLevel = listItem.entry.parent != ROOT_ENTRY in <lambda>()
19 import static com.android.systemui.statusbar.notification.collection.GroupEntry.ROOT_ENTRY;429 group.setParent(ROOT_ENTRY); in groupNotifs()466 entry.setParent(ROOT_ENTRY); in groupNotifs()484 child.setParent(ROOT_ENTRY); in promoteNotifs()507 summary.setParent(ROOT_ENTRY); in pruneIncompleteGroups()529 child.setParent(ROOT_ENTRY); in pruneIncompleteGroups()560 if (entry.getParent() == ROOT_ENTRY) { in annulAddition()
101 public static final GroupEntry ROOT_ENTRY = new GroupEntry("<root>"); field in GroupEntry
79 isGroupChild = (entry.getParent() != GroupEntry.ROOT_ENTRY); in shouldUseLowPriorityView()
363 assertEquals(GroupEntry.ROOT_ENTRY, mEntrySet.get(1).getPreviousParent()); in testPreviousParentsAreSetProperly()1056 assertEquals(GroupEntry.ROOT_ENTRY, group.getPreviousParent()); in testAnnulledGroupsHaveParentSetProperly()