Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilder.java250 final NotifComparator sectionComparator = section.getComparator(); in setSectioners() local
253 if (sectionComparator != null) { in setSectioners()
254 sectionComparator.setInvalidationListener(this::onNotifComparatorInvalidated); in setSectioners()
1229 NotifComparator sectionComparator = getSectionComparator(o1, o2);
1230 if (sectionComparator != null) {
1231 cmp = sectionComparator.compare(o1, o2);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java1017 NotifComparator sectionComparator = new HypeComparator(PACKAGE_1); in testThatPluggableInvalidationsTriggersRerun() local
1018 NotifSectioner section = new PackageSectioner(List.of(PACKAGE_1), sectionComparator); in testThatPluggableInvalidationsTriggersRerun()
1061 sectionComparator.invalidateList(null); in testThatPluggableInvalidationsTriggersRerun()