Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/
DGoneScene.kt57 private val notificationsPlaceholderViewModel: NotificationsPlaceholderViewModel, constant in com.android.systemui.scene.ui.composable.GoneScene
77 viewModel = notificationsPlaceholderViewModel in Content()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotificationsShadeScene.kt57 private val notificationsPlaceholderViewModel: NotificationsPlaceholderViewModel, constant
93 viewModel = notificationsPlaceholderViewModel, in Content()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/ui/composable/
DQuickSettingsScene.kt118 private val notificationsPlaceholderViewModel: NotificationsPlaceholderViewModel, constant in com.android.systemui.qs.ui.composable.QuickSettingsScene
141 notificationsPlaceholderViewModel = notificationsPlaceholderViewModel, in Content()
157 notificationsPlaceholderViewModel: NotificationsPlaceholderViewModel, in QuickSettingsScene()
399 viewModel = notificationsPlaceholderViewModel, in QuickSettingsScene()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationsPlaceholderViewModelKosmos.kt27 val Kosmos.notificationsPlaceholderViewModel by Fixture { in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationsPlaceholderViewModelTest.kt36 private val underTest = kosmos.notificationsPlaceholderViewModel
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/
DNotificationStackAppearanceIntegrationTest.kt36 …rt com.android.systemui.statusbar.notification.stack.ui.viewmodel.notificationsPlaceholderViewModel in <lambda>()
60 private val placeholderViewModel by lazy { kosmos.notificationsPlaceholderViewModel } in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DLockscreenSceneViewModelTest.kt47 …rt com.android.systemui.statusbar.notification.stack.ui.viewmodel.notificationsPlaceholderViewModel in <lambda>()
272 notifications = kosmos.notificationsPlaceholderViewModel, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/ui/viewmodel/
DQuickSettingsSceneViewModelTest.kt52 …rt com.android.systemui.statusbar.notification.stack.ui.viewmodel.notificationsPlaceholderViewModel
97 notifications = kosmos.notificationsPlaceholderViewModel, in setUp()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/
DSceneFrameworkIntegrationTest.kt72 …rt com.android.systemui.statusbar.notification.stack.ui.viewmodel.notificationsPlaceholderViewModel in <lambda>()
159 notifications = kosmos.notificationsPlaceholderViewModel, in <lambda>()
208 notifications = kosmos.notificationsPlaceholderViewModel, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/
DShadeSceneViewModelTest.kt55 …rt com.android.systemui.statusbar.notification.stack.ui.viewmodel.notificationsPlaceholderViewModel in <lambda>()
101 notifications = kosmos.notificationsPlaceholderViewModel, in <lambda>()