Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java117 @Spy private OnRenderListListener mOnRenderListListener = list -> mBuiltList = list;
126 private List<ListEntry> mBuiltList = new ArrayList<>(); field in ShadeListBuilderTest
794 verify(pkg1Sectioner).isInSection(mBuiltList.get(3)); in testNotifSections()
824 assertEquals(pkg2Section, mBuiltList.get(3).getSection()); in testNotifSections()
834 assertEquals(mBuiltList.get(3).getSection(), child(5).entry.getSection()); in testNotifSections()
835 assertEquals(mBuiltList.get(3).getSection(), child(6).entry.getSection()); in testNotifSections()
1132 mBuiltList.get(1), in testGroupTransformEntries()
1177 mBuiltList.get(2), in testGroupTransformEntriesOnSecondRun()
1708 GroupEntry group = (GroupEntry) mBuiltList.get(0); in testAnnulledGroupsHaveParentSetProperly()
2387 resultSb.append(mBuiltList.get(i).getRepresentativeEntry().getSbn().getPackageName()); in assertOrder()
[all …]