Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.kt96 fun createSectionsForBuckets(): Array<NotificationSection> = in <lambda>() method in com.android.systemui.statusbar.notification.stack.NotificationSectionsManager
DNotificationStackScrollLayout.java638 mSections = mSectionsManager.createSectionsForBuckets(); in NotificationStackScrollLayout()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java188 when(mNotificationSectionsManager.createSectionsForBuckets()).thenReturn( in setUp()