/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/ |
H A D | BouncerViewModel.kt | 48 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 D | BouncerViewModelTest.kt | 51 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 D | PasswordBouncerViewModelTest.kt | 50 private val bouncerInteractor = regex 51 utils.bouncerInteractor( 57 bouncerInteractor = bouncerInteractor, 63 interactor = bouncerInteractor,
|
H A D | PatternBouncerViewModelTest.kt | 52 private val bouncerInteractor = regex 53 utils.bouncerInteractor( 59 bouncerInteractor = bouncerInteractor, 66 interactor = bouncerInteractor,
|
H A D | KeyguardBouncerViewModelTest.kt | 60 lateinit var bouncerInteractor: PrimaryBouncerInteractor 75 bouncerInteractor = 91 underTest = KeyguardBouncerViewModel(bouncerView, bouncerInteractor)
|
H A D | PinBouncerViewModelTest.kt | 52 private val bouncerInteractor = regex 53 utils.bouncerInteractor( 59 bouncerInteractor = bouncerInteractor, 66 interactor = bouncerInteractor,
|
H A D | AuthMethodBouncerViewModelTest.kt | 47 utils.bouncerInteractor(
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ui/viewmodel/ |
H A D | QuickSettingsSceneViewModel.kt | 27 constructor(private val bouncerInteractor: BouncerInteractor) { 30 bouncerInteractor.showOrUnlockDevice()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scene/ |
H A D | SceneFrameworkIntegrationTest.kt | 106 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 D | LockscreenSceneViewModel.kt | 33 private val bouncerInteractor: BouncerInteractor, 47 bouncerInteractor.showOrUnlockDevice()
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/scene/ |
H A D | SceneTestUtils.kt | 165 fun bouncerInteractor( regex 180 bouncerInteractor: BouncerInteractor, 186 bouncerInteractor = bouncerInteractor,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ui/viewmodel/ |
H A D | ShadeSceneViewModel.kt | 38 private val bouncerInteractor: BouncerInteractor, 63 bouncerInteractor.showOrUnlockDevice()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ui/viewmodel/ |
H A D | QuickSettingsSceneViewModelTest.kt | 49 bouncerInteractor = 50 utils.bouncerInteractor(
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/ |
H A D | LockscreenSceneViewModelTest.kt | 50 bouncerInteractor = 51 utils.bouncerInteractor(
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ui/viewmodel/ |
H A D | ShadeSceneViewModelTest.kt | 52 bouncerInteractor = 53 utils.bouncerInteractor(
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/domain/interactor/ |
H A D | BouncerInteractorTest.kt | 55 utils.bouncerInteractor(
|