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.java125 private List<NotificationEntry> mEntrySet = new ArrayList<>(); field in ShadeListBuilderTest
298 assertNull(mEntrySet.get(3).getParent()); in testDuplicateGroupSummariesAreDiscarded()
299 assertNull(mEntrySet.get(6).getParent()); in testDuplicateGroupSummariesAreDiscarded()
356 assertNull(mEntrySet.get(1).getParent()); in testGroupsWithTooFewChildrenAreSplitUp()
379 assertNull(mEntrySet.get(1).getParent()); in testGroupsWhoLoseChildrenMidPipelineAreSplitUp()
402 assertNull(mEntrySet.get(1).getParent()); in testGroupsWhoLoseAllChildrenToPromotionSuppressSummary()
423 assertNull(mEntrySet.get(1).getParent()); in testGroupsWhoLoseOnlyChildToPromotionSuppressSummary()
443 assertNull(mEntrySet.get(1).getParent()); in testPreviousParentsAreSetProperly()
444 assertEquals(GroupEntry.ROOT_ENTRY, mEntrySet.get(1).getPreviousParent()); in testPreviousParentsAreSetProperly()
469 assertNull(mEntrySet.get(1).getParent()); in testThatAnnulledGroupsAndSummariesAreProperlyRolledBack()
[all …]
/frameworks/base/core/java/android/util/
DMapCollections.java36 EntrySet mEntrySet; field in MapCollections
535 if (mEntrySet == null) { in getEntrySet()
536 mEntrySet = new EntrySet(); in getEntrySet()
538 return mEntrySet; in getEntrySet()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt57350 Landroid/util/MapCollections;->mEntrySet:Landroid/util/MapCollections$EntrySet;