Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java693 final NotifSectioner pkg1Sectioner = spy(new PackageSectioner(PACKAGE_1) { in testNotifSectionsChildrenUpdated()
700 final NotifSectioner pkg2Sectioner = spy(new PackageSectioner(PACKAGE_2) { in testNotifSectionsChildrenUpdated()
707 final NotifSectioner pkg3Sectioner = spy(new PackageSectioner(PACKAGE_3) { in testNotifSectionsChildrenUpdated()
744 final NotifSectioner pkg1Sectioner = spy(new PackageSectioner(PACKAGE_1)); in testNotifSections()
745 final NotifSectioner pkg2Sectioner = spy(new PackageSectioner(PACKAGE_2)); in testNotifSections()
748 final NotifSectioner pkg4Sectioner = spy(new PackageSectioner(PACKAGE_4)); in testNotifSections()
749 final NotifSectioner pkg5Sectioner = spy(new PackageSectioner(PACKAGE_5)); in testNotifSections()
841 final NotifSectioner pkg2Section = spy(new PackageSectioner(PACKAGE_2)); in testNotifUsesDefaultSection()
891 NotifSectioner sectioner = new PackageSectioner( in testThatSectionComparatorsAreCalled()
930 NotifSectioner sectioner = new PackageSectioner(List.of(PACKAGE_3), comparator); in testThatSectionComparatorsAreNotCalledForSectionWithSingleEntry()
[all …]