Home
last modified time | relevance | path

Searched refs:bouncerInteractor (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/
DAuthMethodBouncerViewModelTest.kt25 import com.android.systemui.bouncer.domain.interactor.bouncerInteractor in <lambda>()
42 private val bouncerInteractor by lazy { kosmos.bouncerInteractor } in <lambda>() constant in com.android.systemui.bouncer.ui.viewmodel.AuthMethodBouncerViewModelTest
47 interactor = bouncerInteractor, in <lambda>()
DKeyguardBouncerViewModelTest.kt67 lateinit var bouncerInteractor: PrimaryBouncerInteractor variable in com.android.systemui.bouncer.ui.viewmodel.KeyguardBouncerViewModelTest
76 bouncerInteractor = in setup()
93 underTest = KeyguardBouncerViewModel(bouncerView, bouncerInteractor) in setup()
DPasswordBouncerViewModelTest.kt27 import com.android.systemui.bouncer.domain.interactor.bouncerInteractor
65 private val bouncerInteractor by lazy { kosmos.bouncerInteractor } in <lambda>() constant in com.android.systemui.bouncer.ui.viewmodel.PasswordBouncerViewModelTest
74 interactor = bouncerInteractor,
210 val events by collectValues(bouncerInteractor.onImeHiddenByUser) in onImeDismissed()
DPatternBouncerViewModelTest.kt29 import com.android.systemui.bouncer.domain.interactor.bouncerInteractor in <lambda>()
57 private val bouncerInteractor by lazy { kosmos.bouncerInteractor } in <lambda>() constant in com.android.systemui.bouncer.ui.viewmodel.PatternBouncerViewModelTest
63 interactor = bouncerInteractor, in <lambda>()
DPinBouncerViewModelTest.kt34 import com.android.systemui.bouncer.domain.interactor.bouncerInteractor in <lambda>()
65 private val bouncerInteractor by lazy { kosmos.bouncerInteractor } in <lambda>() constant in com.android.systemui.bouncer.ui.viewmodel.PinBouncerViewModelTest
74 interactor = bouncerInteractor, in <lambda>()
102 interactor = bouncerInteractor, in <lambda>()
131 interactor = bouncerInteractor, in <lambda>()
DBouncerMessageViewModelTest.kt36 import com.android.systemui.bouncer.domain.interactor.bouncerInteractor in <lambda>()
76 private val bouncerInteractor by lazy { kosmos.bouncerInteractor } in <lambda>() constant in com.android.systemui.bouncer.ui.viewmodel.BouncerMessageViewModelTest
123 bouncerInteractor.authenticate(WRONG_PIN) in <lambda>()
141 bouncerInteractor.authenticate(WRONG_PIN) in <lambda>()
DBouncerViewModelTest.kt35 import com.android.systemui.bouncer.domain.interactor.bouncerInteractor in <lambda>()
164 kosmos.bouncerInteractor.authenticate(WRONG_PIN) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DBouncerViewModel.kt72 private val bouncerInteractor: BouncerInteractor, in <lambda>() constant in com.android.systemui.bouncer.ui.viewmodel.BouncerViewModel
95 bouncerInteractor.dismissDestination in <lambda>()
132 get() = bouncerInteractor.isUserSwitcherVisible in <lambda>()
265 interactor = bouncerInteractor, in <lambda>()
275 interactor = bouncerInteractor, in <lambda>()
285 interactor = bouncerInteractor, in <lambda>()
294 interactor = bouncerInteractor, in <lambda>()
304 bouncerInteractor.onIntentionalUserInput() in <lambda>()
420 bouncerInteractor: BouncerInteractor, in viewModel()
435 bouncerInteractor = bouncerInteractor, in viewModel()
DBouncerMessageViewModel.kt71 private val bouncerInteractor: BouncerInteractor, in <lambda>() constant in com.android.systemui.bouncer.ui.viewmodel.BouncerMessageViewModel
256 bouncerInteractor.onLockoutStarted.collect { startLockoutCountdown() } in <lambda>()
261 bouncerInteractor.onIncorrectBouncerInput in <lambda>()
410 bouncerInteractor: BouncerInteractor, in viewModel()
424 bouncerInteractor = bouncerInteractor, in viewModel()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/bouncer/ui/viewmodel/
DBouncerMessageViewModelKosmos.kt21 import com.android.systemui.bouncer.domain.interactor.bouncerInteractor
40 bouncerInteractor = bouncerInteractor, in <lambda>()
DBouncerViewModelKosmos.kt25 import com.android.systemui.bouncer.domain.interactor.bouncerInteractor
42 bouncerInteractor = bouncerInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/composable/
DPatternBouncerTest.kt27 import com.android.systemui.bouncer.domain.interactor.bouncerInteractor in <lambda>()
54 private val bouncerInteractor by lazy { kosmos.bouncerInteractor } in <lambda>() constant
59 interactor = bouncerInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/scene/domain/interactor/
DSceneContainerStartableKosmos.kt21 import com.android.systemui.bouncer.domain.interactor.bouncerInteractor
51 bouncerInteractor = bouncerInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/bouncer/domain/interactor/
DBouncerInteractorKosmos.kt31 val Kosmos.bouncerInteractor by Fixture { in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
DSceneContainerStartable.kt105 private val bouncerInteractor: BouncerInteractor, in <lambda>() constant in com.android.systemui.scene.domain.startable.SceneContainerStartable
257 bouncerInteractor.onImeHiddenByUser.collectLatest { in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
DBouncerInteractorTest.kt74 underTest = kosmos.bouncerInteractor in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/startable/
DSceneContainerStartableTest.kt32 import com.android.systemui.bouncer.domain.interactor.bouncerInteractor in <lambda>()
96 private val bouncerInteractor by lazy { kosmos.bouncerInteractor } in <lambda>() constant
709 bouncerInteractor.onImeHiddenByUser() in <lambda>()