Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardSmartspaceViewModelKosmos.kt19 import com.android.systemui.keyguard.domain.interactor.keyguardSmartspaceInteractor
30 smartspaceInteractor = keyguardSmartspaceInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/
DClockSectionTest.kt33 import com.android.systemui.keyguard.domain.interactor.keyguardSmartspaceInteractor in <lambda>()
154 keyguardSmartspaceInteractor.setBcSmartspaceVisibility(VISIBLE) in <lambda>()
179 keyguardSmartspaceInteractor.setBcSmartspaceVisibility(VISIBLE) in <lambda>()
204 keyguardSmartspaceInteractor.setBcSmartspaceVisibility(VISIBLE) in <lambda>()
228 keyguardSmartspaceInteractor.setBcSmartspaceVisibility(VISIBLE) in <lambda>()
252 keyguardSmartspaceInteractor.setBcSmartspaceVisibility(VISIBLE) in <lambda>()
268 keyguardSmartspaceInteractor.setBcSmartspaceVisibility(VISIBLE) in <lambda>()
287 keyguardSmartspaceInteractor.setBcSmartspaceVisibility(GONE) in <lambda>()
DSmartspaceSectionTest.kt57 @Mock private lateinit var keyguardSmartspaceInteractor: KeyguardSmartspaceInteractor variable in com.android.systemui.keyguard.ui.view.layout.sections.SmartspaceSectionTest
79 keyguardSmartspaceInteractor, in setup()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardSmartspaceInteractorKosmos.kt26 var Kosmos.keyguardSmartspaceInteractor by Fixture { in <lambda>() variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSmartspaceSection.kt48 private val keyguardSmartspaceInteractor: KeyguardSmartspaceInteractor, constant in com.android.systemui.keyguard.ui.view.layout.sections.SmartspaceSection
88 keyguardSmartspaceInteractor.setBcSmartspaceVisibility(newVisibility) in addViews()