Home
last modified time | relevance | path

Searched defs:keyguardSmartspaceViewModel (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardSmartspaceViewModelKosmos.kt24 val Kosmos.keyguardSmartspaceViewModel by constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSmartspaceSection.kt47 val keyguardSmartspaceViewModel: KeyguardSmartspaceViewModel, constant in com.android.systemui.keyguard.ui.view.layout.sections.SmartspaceSection
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DSmartSpaceSection.kt56 private val keyguardSmartspaceViewModel: KeyguardSmartspaceViewModel, in <lambda>() constant in com.android.systemui.keyguard.ui.composable.section.SmartSpaceSection
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSmartspaceSectionTest.kt54 @Mock private lateinit var keyguardSmartspaceViewModel: KeyguardSmartspaceViewModel variable in com.android.systemui.keyguard.ui.view.layout.sections.SmartspaceSectionTest