Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
H A DBouncerViewModel.kt48 private val bouncerInteractor: BouncerInteractor,
53 bouncerInteractor.isThrottled
58 initialValue = !bouncerInteractor.isThrottled.value,
65 interactor = bouncerInteractor,
73 interactor = bouncerInteractor,
82 interactor = bouncerInteractor,
107 bouncerInteractor.isThrottled
143 bouncerInteractor.message,
144 bouncerInteractor.isThrottled,
153 message = bouncerInteractor.message.value,
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/viewmodel/
H A DBouncerViewModelTest.kt51 private val bouncerInteractor = regex
52 utils.bouncerInteractor(
58 bouncerInteractor = bouncerInteractor,
118 val throttling by collectLastValue(bouncerInteractor.throttling)
126 bouncerInteractor.authenticate(listOf(3, 4, 5, 6))
143 val throttling by collectLastValue(bouncerInteractor.throttling)
151 bouncerInteractor.authenticate(listOf(3, 4, 5, 6))
170 bouncerInteractor.authenticate(listOf(3, 4, 5, 6))
H A DPasswordBouncerViewModelTest.kt50 private val bouncerInteractor = regex
51 utils.bouncerInteractor(
57 bouncerInteractor = bouncerInteractor,
63 interactor = bouncerInteractor,
H A DPatternBouncerViewModelTest.kt52 private val bouncerInteractor = regex
53 utils.bouncerInteractor(
59 bouncerInteractor = bouncerInteractor,
66 interactor = bouncerInteractor,
H A DKeyguardBouncerViewModelTest.kt60 lateinit var bouncerInteractor: PrimaryBouncerInteractor
75 bouncerInteractor =
91 underTest = KeyguardBouncerViewModel(bouncerView, bouncerInteractor)
H A DPinBouncerViewModelTest.kt52 private val bouncerInteractor = regex
53 utils.bouncerInteractor(
59 bouncerInteractor = bouncerInteractor,
66 interactor = bouncerInteractor,
H A DAuthMethodBouncerViewModelTest.kt47 utils.bouncerInteractor(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ui/viewmodel/
H A DQuickSettingsSceneViewModel.kt27 constructor(private val bouncerInteractor: BouncerInteractor) {
30 bouncerInteractor.showOrUnlockDevice()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scene/
H A DSceneFrameworkIntegrationTest.kt106 private val bouncerInteractor = regex
107 utils.bouncerInteractor(
113 bouncerInteractor = bouncerInteractor,
120 bouncerInteractor = bouncerInteractor,
127 bouncerInteractor = bouncerInteractor,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
H A DLockscreenSceneViewModel.kt33 private val bouncerInteractor: BouncerInteractor,
47 bouncerInteractor.showOrUnlockDevice()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/scene/
H A DSceneTestUtils.kt165 fun bouncerInteractor( regex
180 bouncerInteractor: BouncerInteractor,
186 bouncerInteractor = bouncerInteractor,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ui/viewmodel/
H A DShadeSceneViewModel.kt38 private val bouncerInteractor: BouncerInteractor,
63 bouncerInteractor.showOrUnlockDevice()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ui/viewmodel/
H A DQuickSettingsSceneViewModelTest.kt49 bouncerInteractor =
50 utils.bouncerInteractor(
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
H A DLockscreenSceneViewModelTest.kt50 bouncerInteractor =
51 utils.bouncerInteractor(
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ui/viewmodel/
H A DShadeSceneViewModelTest.kt52 bouncerInteractor =
53 utils.bouncerInteractor(
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/domain/interactor/
H A DBouncerInteractorTest.kt55 utils.bouncerInteractor(