Searched refs:KeyguardSurfaceBehindInteractor (Results 1 – 10 of 10) sorted by relevance
20 import com.android.systemui.keyguard.domain.interactor.KeyguardSurfaceBehindInteractor26 constructor(interactor: KeyguardSurfaceBehindInteractor) {
21 import com.android.systemui.keyguard.domain.interactor.KeyguardSurfaceBehindInteractor in <lambda>()54 surfaceBehindInteractor: KeyguardSurfaceBehindInteractor, in <lambda>()
25 import com.android.systemui.keyguard.domain.interactor.KeyguardSurfaceBehindInteractor in <lambda>()53 @Mock private lateinit var interactor: KeyguardSurfaceBehindInteractor in <lambda>()
26 KeyguardSurfaceBehindInteractor( in <lambda>()
35 import com.android.systemui.keyguard.domain.interactor.KeyguardSurfaceBehindInteractor in <lambda>()51 private val interactor: KeyguardSurfaceBehindInteractor, in <lambda>()
43 class KeyguardSurfaceBehindInteractor in <lambda>() class
50 surfaceBehindInteractor: KeyguardSurfaceBehindInteractor, in <lambda>()
80 import com.android.systemui.keyguard.domain.interactor.KeyguardSurfaceBehindInteractor;227 () -> mock(KeyguardSurfaceBehindInteractor.class), in setUp()735 () -> mock(KeyguardSurfaceBehindInteractor.class), in hideAlternateBouncer_beforeCentralSurfacesRegistered()
72 import com.android.systemui.keyguard.domain.interactor.KeyguardSurfaceBehindInteractor;361 private Lazy<KeyguardSurfaceBehindInteractor> mSurfaceBehindInteractor;395 Lazy<KeyguardSurfaceBehindInteractor> surfaceBehindInteractor, in StatusBarKeyguardViewManager()
68 keyguardSurfaceBehindInteractor = mock<KeyguardSurfaceBehindInteractor>() in <lambda>()