Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilder.java1186 callOnCleanup(mNotifPreGroupFilters); in cleanupPluggables()
1187 callOnCleanup(mNotifPromoters); in cleanupPluggables()
1188 callOnCleanup(mNotifFinalizeFilters); in cleanupPluggables()
1189 callOnCleanup(mNotifComparators); in cleanupPluggables()
1200 callOnCleanup(List.of(getStabilityManager())); in cleanupPluggables()
1204 private void callOnCleanup(List<? extends Pluggable<?>> pluggables) { in callOnCleanup() method in ShadeListBuilder