Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardSurfaceBehindViewModel.kt20 import com.android.systemui.keyguard.domain.interactor.KeyguardSurfaceBehindInteractor
26 constructor(interactor: KeyguardSurfaceBehindInteractor) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/domain/interactor/
DStatusBarKeyguardViewManagerInteractor.kt21 import com.android.systemui.keyguard.domain.interactor.KeyguardSurfaceBehindInteractor in <lambda>()
54 surfaceBehindInteractor: KeyguardSurfaceBehindInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/binder/
DKeyguardSurfaceBehindParamsApplierTest.kt25 import com.android.systemui.keyguard.domain.interactor.KeyguardSurfaceBehindInteractor in <lambda>()
53 @Mock private lateinit var interactor: KeyguardSurfaceBehindInteractor in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardSurfaceBehindInteractorKosmos.kt26 KeyguardSurfaceBehindInteractor( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardSurfaceBehindParamsApplier.kt35 import com.android.systemui.keyguard.domain.interactor.KeyguardSurfaceBehindInteractor in <lambda>()
51 private val interactor: KeyguardSurfaceBehindInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardSurfaceBehindInteractor.kt43 class KeyguardSurfaceBehindInteractor in <lambda>() class
DWindowManagerLockscreenVisibilityInteractor.kt50 surfaceBehindInteractor: KeyguardSurfaceBehindInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManagerTest.java80 import com.android.systemui.keyguard.domain.interactor.KeyguardSurfaceBehindInteractor;
227 () -> mock(KeyguardSurfaceBehindInteractor.class), in setUp()
735 () -> mock(KeyguardSurfaceBehindInteractor.class), in hideAlternateBouncer_beforeCentralSurfacesRegistered()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java72 import com.android.systemui.keyguard.domain.interactor.KeyguardSurfaceBehindInteractor;
361 private Lazy<KeyguardSurfaceBehindInteractor> mSurfaceBehindInteractor;
395 Lazy<KeyguardSurfaceBehindInteractor> surfaceBehindInteractor, in StatusBarKeyguardViewManager()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/
DWindowManagerLockscreenVisibilityInteractorTest.kt68 keyguardSurfaceBehindInteractor = mock<KeyguardSurfaceBehindInteractor>() in <lambda>()