Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilder.java252 sectioner.setInvalidationListener(this::onNotifSectionInvalidated); in setSectioners()
365 private void onNotifSectionInvalidated(NotifSectioner section, @Nullable String reason) { in onNotifSectionInvalidated() method in ShadeListBuilder