/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/ |
D | AuthMethodBouncerViewModelTest.kt | 25 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>()
|
D | KeyguardBouncerViewModelTest.kt | 67 lateinit var bouncerInteractor: PrimaryBouncerInteractor variable in com.android.systemui.bouncer.ui.viewmodel.KeyguardBouncerViewModelTest 76 bouncerInteractor = in setup() 93 underTest = KeyguardBouncerViewModel(bouncerView, bouncerInteractor) in setup()
|
D | PasswordBouncerViewModelTest.kt | 27 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()
|
D | PatternBouncerViewModelTest.kt | 29 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>()
|
D | PinBouncerViewModelTest.kt | 34 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>()
|
D | BouncerMessageViewModelTest.kt | 36 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>()
|
D | BouncerViewModelTest.kt | 35 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/ |
D | BouncerViewModel.kt | 72 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()
|
D | BouncerMessageViewModel.kt | 71 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/ |
D | BouncerMessageViewModelKosmos.kt | 21 import com.android.systemui.bouncer.domain.interactor.bouncerInteractor 40 bouncerInteractor = bouncerInteractor, in <lambda>()
|
D | BouncerViewModelKosmos.kt | 25 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/ |
D | PatternBouncerTest.kt | 27 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/ |
D | SceneContainerStartableKosmos.kt | 21 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/ |
D | BouncerInteractorKosmos.kt | 31 val Kosmos.bouncerInteractor by Fixture { in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/ |
D | SceneContainerStartable.kt | 105 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/ |
D | BouncerInteractorTest.kt | 74 underTest = kosmos.bouncerInteractor in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/startable/ |
D | SceneContainerStartableTest.kt | 32 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>()
|