Searched refs:ROOT_ENTRY (Results 1 – 8 of 8) sorted by relevance
19 import static com.android.systemui.statusbar.notification.collection.GroupEntry.ROOT_ENTRY;78 return entry.getParent() == ROOT_ENTRY; in isEntryTopLevel()
19 import static com.android.systemui.statusbar.notification.collection.GroupEntry.ROOT_ENTRY;516 group.setParent(ROOT_ENTRY); in groupNotifs()553 entry.setParent(ROOT_ENTRY); in groupNotifs()608 if (prevParent == ROOT_ENTRY) { in maybeSuppressGroupChange()635 child.setParent(ROOT_ENTRY); in promoteNotifs()660 summary.setParent(ROOT_ENTRY); in pruneIncompleteGroups()693 child.setParent(ROOT_ENTRY); in pruneIncompleteGroups()725 if (entry.getParent() == ROOT_ENTRY) { in annulAddition()
98 public static final GroupEntry ROOT_ENTRY = new GroupEntry("<root>", 0); field in GroupEntry
30 @Nullable private GroupEntry mParent = GroupEntry.ROOT_ENTRY;
370 assertEquals(GroupEntry.ROOT_ENTRY, mEntrySet.get(1).getPreviousParent()); in testPreviousParentsAreSetProperly()1299 assertEquals(GroupEntry.ROOT_ENTRY, group.getPreviousParent()); in testAnnulledGroupsHaveParentSetProperly()
79 isGroupChild = (entry.getParent() != GroupEntry.ROOT_ENTRY); in shouldUseLowPriorityView()
19 import static com.android.systemui.statusbar.notification.collection.GroupEntry.ROOT_ENTRY;91 mEntry = new NotificationEntryBuilder().setParent(ROOT_ENTRY).build(); in setUp()
335 if (group == GroupEntry.ROOT_ENTRY || group.hasBeenAttachedBefore()) {