Searched refs:mEntrySet (Results 1 – 3 of 3) sorted by relevance
123 private List<NotificationEntry> mEntrySet = new ArrayList<>(); field in ShadeListBuilderTest300 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 …]
35 EntrySet mEntrySet; field in MapCollections534 if (mEntrySet == null) { in getEntrySet()535 mEntrySet = new EntrySet(); in getEntrySet()537 return mEntrySet; in getEntrySet()
57993 Landroid/util/MapCollections;->mEntrySet:Landroid/util/MapCollections$EntrySet;