Home
last modified time | relevance | path

Searched refs:mEntrySet (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java123 private List<NotificationEntry> mEntrySet = new ArrayList<>(); field in ShadeListBuilderTest
300 assertNull(mEntrySet.get(3).getParent()); in testDuplicateGroupSummariesAreDiscarded()
301 assertNull(mEntrySet.get(6).getParent()); in testDuplicateGroupSummariesAreDiscarded()
358 assertNull(mEntrySet.get(1).getParent()); in testGroupsWithTooFewChildrenAreSplitUp()
381 assertNull(mEntrySet.get(1).getParent()); in testGroupsWhoLoseChildrenMidPipelineAreSplitUp()
404 assertNull(mEntrySet.get(1).getParent()); in testGroupsWhoLoseAllChildrenToPromotionSuppressSummary()
425 assertNull(mEntrySet.get(1).getParent()); in testGroupsWhoLoseOnlyChildToPromotionSuppressSummary()
445 assertNull(mEntrySet.get(1).getParent()); in testPreviousParentsAreSetProperly()
446 assertEquals(GroupEntry.ROOT_ENTRY, mEntrySet.get(1).getPreviousParent()); in testPreviousParentsAreSetProperly()
471 assertNull(mEntrySet.get(1).getParent()); in testThatAnnulledGroupsAndSummariesAreProperlyRolledBack()
[all …]
/frameworks/base/core/java/android/util/
DMapCollections.java35 EntrySet mEntrySet; field in MapCollections
534 if (mEntrySet == null) { in getEntrySet()
535 mEntrySet = new EntrySet(); in getEntrySet()
537 return mEntrySet; in getEntrySet()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt57993 Landroid/util/MapCollections;->mEntrySet:Landroid/util/MapCollections$EntrySet;