Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSectionsManager.kt93 fun createSectionsForBuckets(): Array<NotificationSection> = regex
H A DNotificationStackScrollLayout.java635 mSections = mSectionsManager.createSectionsForBuckets(); in NotificationStackScrollLayout()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java181 when(mNotificationSectionsManager.createSectionsForBuckets()).thenReturn( in setUp()