Home
last modified time | relevance | path

Searched refs:KeyguardInteractor (Results 1 – 25 of 57) sorted by relevance

123

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
H A DKeyguardRootViewModel.kt20 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor
34 private val keyguardInteractor: KeyguardInteractor,
66 KeyguardInteractor.PreviewMode(
H A DKeyguardAmbientIndicationViewModel.kt21 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor
31 private val keyguardInteractor: KeyguardInteractor,
H A DUdfpsLockscreenViewModel.kt24 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor
47 keyguardInteractor: KeyguardInteractor,
177 keyguardInteractor: KeyguardInteractor,
205 keyguardInteractor: KeyguardInteractor,
H A DKeyguardIndicationAreaViewModel.kt23 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor
34 private val keyguardInteractor: KeyguardInteractor,
H A DKeyguardQuickAffordancesCombinedViewModel.kt22 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor
43 private val keyguardInteractor: KeyguardInteractor,
H A DKeyguardBottomAreaViewModel.kt22 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor
43 private val keyguardInteractor: KeyguardInteractor,
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardTransitionInteractorFactory.kt35 keyguardInteractor: KeyguardInteractor =
62 val keyguardInteractor: KeyguardInteractor,
H A DKeyguardInteractorFactory.kt48 KeyguardInteractor(
69 val keyguardInteractor: KeyguardInteractor,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.kt25 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor
46 private val keyguardInteractorLazy: Lazy<KeyguardInteractor>,
58 private val keyguardInteractor: KeyguardInteractor by lazy { keyguardInteractorLazy.get() }
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
H A DKeyguardRootViewModelTest.kt26 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor
47 private lateinit var keyguardInteractor: KeyguardInteractor
H A DUdfpsAodViewModelTest.kt31 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor
61 private lateinit var keyguardInteractor: KeyguardInteractor
H A DKeyguardQuickAffordancesCombinedViewModelTest.kt44 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor
98 private lateinit var keyguardInteractor: KeyguardInteractor
285 KeyguardInteractor.PreviewMode(
334 KeyguardInteractor.PreviewMode(
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/scene/
H A DSceneTestUtils.kt36 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor
155 fun keyguardInteractor(repository: KeyguardRepository): KeyguardInteractor {
156 return KeyguardInteractor(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DResourceTrimmer.kt30 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor
54 private val keyguardInteractor: KeyguardInteractor,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardInteractorTest.kt51 private lateinit var underTest: KeyguardInteractor
66 KeyguardInteractor(
H A DKeyguardTransitionInteractorTestCase.kt34 lateinit var keyguardInteractor: KeyguardInteractor
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
H A DFoldAodAnimationController.kt31 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor
63 private val keyguardInteractor: Lazy<KeyguardInteractor>,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
H A DSceneContainerStartable.kt27 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor
59 private val keyguardInteractor: KeyguardInteractor,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardStatusViewController.java56 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor;
102 private final KeyguardInteractor mKeyguardInteractor;
134 KeyguardInteractor keyguardInteractor, in KeyguardStatusViewController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
H A DFromAodTransitionInteractor.kt41 private val keyguardInteractor: KeyguardInteractor,
H A DFromDozingTransitionInteractor.kt41 private val keyguardInteractor: KeyguardInteractor,
H A DKeyguardTransitionAuditLogger.kt36 private val keyguardInteractor: KeyguardInteractor,
H A DUdfpsKeyguardInteractor.kt43 keyguardInteractor: KeyguardInteractor,
H A DKeyguardKeyEventInteractor.kt39 private val keyguardInteractor: KeyguardInteractor,
H A DWindowManagerLockscreenVisibilityInteractor.kt35 keyguardInteractor: KeyguardInteractor,

123