Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSmartspaceSection.kt70 if (!keyguardSmartspaceViewModel.isSmartspaceEnabled) return in addViews()
98 if (!keyguardSmartspaceViewModel.isSmartspaceEnabled) return in bindData()
109 if (!keyguardSmartspaceViewModel.isSmartspaceEnabled) return in applyConstraints()
181 if (!keyguardSmartspaceViewModel.isSmartspaceEnabled) return in removeViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardSmartspaceViewBinder.kt119 smartspaceViewModel.isSmartspaceEnabled && in <lambda>()
136 smartspaceViewModel.isSmartspaceEnabled && in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSmartspaceSectionTest.kt93 whenever(keyguardSmartspaceViewModel.isSmartspaceEnabled).thenReturn(true) in setup()
100 whenever(keyguardSmartspaceViewModel.isSmartspaceEnabled).thenReturn(false) in testAddViews_notSmartspaceEnabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardSmartspaceViewModel.kt43 val isSmartspaceEnabled: Boolean = smartspaceController.isEnabled() in <lambda>() constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DSmartSpaceSection.kt82 if (!keyguardSmartspaceViewModel.isSmartspaceEnabled) { in <lambda>()