Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilder.java258 mNotifSections.add(new NotifSection(DEFAULT_SECTIONER, mNotifSections.size())); in setSectioners()
1507 private static final NotifSectioner DEFAULT_SECTIONER = new NotifSectioner("UnknownSection", field in ShadeListBuilder