Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DRenderNotificationListInteractor.kt62 block: ActiveNotificationsStoreBuilder.() -> Unit in buildActiveNotificationsStore()
64 ActiveNotificationsStoreBuilder(existingModels, sectionStyleProvider).apply(block).build() in buildActiveNotificationsStore()
66 private class ActiveNotificationsStoreBuilder( in buildActiveNotificationsStore() class