Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DSharedNotificationContainerBinder.kt23 …com.android.systemui.statusbar.notification.stack.ui.viewmodel.SharedNotificationContainerViewModel
32 viewModel: SharedNotificationContainerViewModel, in bind()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DSharedNotificationContainerViewModelTest.kt40 private lateinit var underTest: SharedNotificationContainerViewModel
50 underTest = SharedNotificationContainerViewModel(sharedNotificationContainerInteractor) in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DSharedNotificationContainerViewModel.kt27 class SharedNotificationContainerViewModel class
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewConfigurator.kt52 …com.android.systemui.statusbar.notification.stack.ui.viewmodel.SharedNotificationContainerViewModel
69 private val sharedNotificationContainerViewModel: SharedNotificationContainerViewModel,