Home
last modified time | relevance | path

Searched refs:KeyguardSurfaceBehindInteractor (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
H A DKeyguardSurfaceBehindViewModel.kt20 import com.android.systemui.keyguard.domain.interactor.KeyguardSurfaceBehindInteractor
26 constructor(interactor: KeyguardSurfaceBehindInteractor) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/binder/
H A DKeyguardSurfaceBehindParamsApplierTest.kt26 import com.android.systemui.keyguard.domain.interactor.KeyguardSurfaceBehindInteractor
55 @Mock private lateinit var interactor: KeyguardSurfaceBehindInteractor
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardSurfaceBehindInteractorTest.kt49 private lateinit var underTest: KeyguardSurfaceBehindInteractor
86 KeyguardSurfaceBehindInteractor(
H A DWindowManagerLockscreenVisibilityInteractorTest.kt48 @Mock private lateinit var surfaceBehindInteractor: KeyguardSurfaceBehindInteractor
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
H A DKeyguardSurfaceBehindParamsApplier.kt35 import com.android.systemui.keyguard.domain.interactor.KeyguardSurfaceBehindInteractor
51 private val interactor: KeyguardSurfaceBehindInteractor,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardSurfaceBehindInteractor.kt32 class KeyguardSurfaceBehindInteractor regex
H A DWindowManagerLockscreenVisibilityInteractor.kt37 surfaceBehindInteractor: KeyguardSurfaceBehindInteractor,