Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DListEntry.java60 @Nullable public GroupEntry getPreviousParent() { in getPreviousParent() method in ListEntry
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java363 assertEquals(GroupEntry.ROOT_ENTRY, mEntrySet.get(1).getPreviousParent()); in testPreviousParentsAreSetProperly()
1056 assertEquals(GroupEntry.ROOT_ENTRY, group.getPreviousParent()); in testAnnulledGroupsHaveParentSetProperly()