Searched refs:mNotifSections (Results 1 – 1 of 1) sorted by relevance
122 private final List<NotifSection> mNotifSections = new ArrayList<>(); field in ShadeListBuilder247 mNotifSections.clear(); in setSectioners()249 final NotifSection section = new NotifSection(sectioner, mNotifSections.size()); in setSectioners()251 mNotifSections.add(section); in setSectioners()258 mNotifSections.add(new NotifSection(DEFAULT_SECTIONER, mNotifSections.size())); in setSectioners()262 int lastBucket = mNotifSections.size() > 0 in setSectioners()263 ? mNotifSections.get(0).getBucket() in setSectioners()265 for (NotifSection section : mNotifSections) { in setSectioners()494 for (NotifSection section : mNotifSections) { in notifySectionEntriesUpdated()1191 for (int i = 0; i < mNotifSections.size(); i++) { in cleanupPluggables()[all …]