Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java99 private final List<NotifSection> mNotifSections = new ArrayList<>(); field in ShadeListBuilder
214 mNotifSections.clear(); in setSectioners()
216 mNotifSections.add(new NotifSection(sectioner, mNotifSections.size())); in setSectioners()
220 mNotifSections.add(new NotifSection(DEFAULT_SECTIONER, mNotifSections.size())); in setSectioners()
878 for (int i = 0; i < mNotifSections.size(); i++) { in cleanupPluggables()
879 mNotifSections.get(i).getSectioner().onCleanup(); in cleanupPluggables()
1010 for (int i = 0; i < mNotifSections.size(); i++) { in findSection()
1011 NotifSection section = mNotifSections.get(i); in findSection()