Searched refs:mEntrySet (Results 1 – 3 of 3) sorted by relevance
125 private List<NotificationEntry> mEntrySet = new ArrayList<>(); field in ShadeListBuilderTest298 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 …]
36 EntrySet mEntrySet; field in MapCollections535 if (mEntrySet == null) { in getEntrySet()536 mEntrySet = new EntrySet(); in getEntrySet()538 return mEntrySet; in getEntrySet()
57350 Landroid/util/MapCollections;->mEntrySet:Landroid/util/MapCollections$EntrySet;