/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
H A D | KeyguardRootViewModel.kt | 20 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor 34 private val keyguardInteractor: KeyguardInteractor, 66 KeyguardInteractor.PreviewMode(
|
H A D | KeyguardAmbientIndicationViewModel.kt | 21 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor 31 private val keyguardInteractor: KeyguardInteractor,
|
H A D | UdfpsLockscreenViewModel.kt | 24 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor 47 keyguardInteractor: KeyguardInteractor, 177 keyguardInteractor: KeyguardInteractor, 205 keyguardInteractor: KeyguardInteractor,
|
H A D | KeyguardIndicationAreaViewModel.kt | 23 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor 34 private val keyguardInteractor: KeyguardInteractor,
|
H A D | KeyguardQuickAffordancesCombinedViewModel.kt | 22 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor 43 private val keyguardInteractor: KeyguardInteractor,
|
H A D | KeyguardBottomAreaViewModel.kt | 22 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 D | KeyguardTransitionInteractorFactory.kt | 35 keyguardInteractor: KeyguardInteractor = 62 val keyguardInteractor: KeyguardInteractor,
|
H A D | KeyguardInteractorFactory.kt | 48 KeyguardInteractor( 69 val keyguardInteractor: KeyguardInteractor,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | UserSwitcherController.kt | 25 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 D | KeyguardRootViewModelTest.kt | 26 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor 47 private lateinit var keyguardInteractor: KeyguardInteractor
|
H A D | UdfpsAodViewModelTest.kt | 31 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor 61 private lateinit var keyguardInteractor: KeyguardInteractor
|
H A D | KeyguardQuickAffordancesCombinedViewModelTest.kt | 44 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 D | SceneTestUtils.kt | 36 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 D | ResourceTrimmer.kt | 30 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 D | KeyguardInteractorTest.kt | 51 private lateinit var underTest: KeyguardInteractor 66 KeyguardInteractor(
|
H A D | KeyguardTransitionInteractorTestCase.kt | 34 lateinit var keyguardInteractor: KeyguardInteractor
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
H A D | FoldAodAnimationController.kt | 31 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 D | SceneContainerStartable.kt | 27 import com.android.systemui.keyguard.domain.interactor.KeyguardInteractor 59 private val keyguardInteractor: KeyguardInteractor,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardStatusViewController.java | 56 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 D | FromAodTransitionInteractor.kt | 41 private val keyguardInteractor: KeyguardInteractor,
|
H A D | FromDozingTransitionInteractor.kt | 41 private val keyguardInteractor: KeyguardInteractor,
|
H A D | KeyguardTransitionAuditLogger.kt | 36 private val keyguardInteractor: KeyguardInteractor,
|
H A D | UdfpsKeyguardInteractor.kt | 43 keyguardInteractor: KeyguardInteractor,
|
H A D | KeyguardKeyEventInteractor.kt | 39 private val keyguardInteractor: KeyguardInteractor,
|
H A D | WindowManagerLockscreenVisibilityInteractor.kt | 35 keyguardInteractor: KeyguardInteractor,
|