Home
last modified time | relevance | path

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

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