Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSmartspaceSectionTest.kt55 @Mock private lateinit var lockscreenSmartspaceController: LockscreenSmartspaceController variable in com.android.systemui.keyguard.ui.view.layout.sections.SmartspaceSectionTest
80 lockscreenSmartspaceController, in setup()
85 whenever(lockscreenSmartspaceController.buildAndConnectView(any())) in setup()
87 whenever(lockscreenSmartspaceController.buildAndConnectWeatherView(any())) in setup()
89 whenever(lockscreenSmartspaceController.buildAndConnectDateView(any())).thenReturn(dateView) in setup()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DSmartSpaceSection.kt54 private val lockscreenSmartspaceController: LockscreenSmartspaceController, in <lambda>() constant in com.android.systemui.keyguard.ui.composable.section.SmartSpaceSection
142 lockscreenSmartspaceController.buildAndConnectView(this).apply { in <lambda>()
172 lockscreenSmartspaceController.buildAndConnectWeatherView(this).apply { in <lambda>()
199 lockscreenSmartspaceController.buildAndConnectDateView(this).apply { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRenderer.kt133 private val lockscreenSmartspaceController: LockscreenSmartspaceController, in <lambda>() constant
293 lockscreenSmartspaceController.disconnect() in <lambda>()
321 !lockscreenSmartspaceController.isEnabled() || in <lambda>()
322 !lockscreenSmartspaceController.isDateWeatherDecoupled() in <lambda>()
331 smartSpaceView = lockscreenSmartspaceController.buildAndConnectDateView(parentView) in <lambda>()