Searched refs:mNotifSections (Results 1 – 1 of 1) sorted by relevance
99 private final List<NotifSection> mNotifSections = new ArrayList<>(); field in ShadeListBuilder214 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()