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;472 group.setParent(ROOT_ENTRY); in groupNotifs()509 entry.setParent(ROOT_ENTRY); in groupNotifs()561 if (prevParent == ROOT_ENTRY) { in maybeSuppressGroupChange()587 child.setParent(ROOT_ENTRY); in promoteNotifs()610 summary.setParent(ROOT_ENTRY); in pruneIncompleteGroups()643 child.setParent(ROOT_ENTRY); in pruneIncompleteGroups()674 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;
366 assertEquals(GroupEntry.ROOT_ENTRY, mEntrySet.get(1).getPreviousParent()); in testPreviousParentsAreSetProperly()1245 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()
334 if (group == GroupEntry.ROOT_ENTRY || group.hasBeenAttachedBefore()) {