Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilder.java96 private final List<NotifSection> mNotifSections = new ArrayList<>(); field in ShadeListBuilder
204 mNotifSections.clear(); in setSectioners()
206 mNotifSections.add(new NotifSection(sectioner, mNotifSections.size())); in setSectioners()
210 mNotifSections.add(new NotifSection(DEFAULT_SECTIONER, mNotifSections.size())); in setSectioners()
822 for (int i = 0; i < mNotifSections.size(); i++) { in cleanupPluggables()
823 mNotifSections.get(i).getSectioner().onCleanup(); in cleanupPluggables()
947 for (int i = 0; i < mNotifSections.size(); i++) { in findSection()
948 NotifSection section = mNotifSections.get(i); in findSection()