Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DRenderNotificationListInteractor.kt49 repository.activeNotifications.update { existingModels -> in <lambda>() method
50 buildActiveNotificationsStore(existingModels, sectionStyleProvider) { in <lambda>()
60 existingModels: ActiveNotificationsStore, in buildActiveNotificationsStore()
64 ActiveNotificationsStoreBuilder(existingModels, sectionStyleProvider).apply(block).build() in buildActiveNotificationsStore()
67 private val existingModels: ActiveNotificationsStore, in buildActiveNotificationsStore() constant in com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsStoreBuilder
86 existingModels.createOrReuse( in buildActiveNotificationsStore()
124 existingModels.createOrReuse( in buildActiveNotificationsStore()