Home
last modified time | relevance | path

Searched refs:authenticationInteractor (Results 1 – 20 of 20) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DBouncerInteractor.kt50 private val authenticationInteractor: AuthenticationInteractor,
59 authenticationInteractor.isThrottled,
60 authenticationInteractor.throttling,
70 authenticationInteractor.isThrottled.value,
71 authenticationInteractor.throttling.value,
82 val isThrottled: StateFlow<Boolean> = authenticationInteractor.isThrottled
85 val isAutoConfirmEnabled: StateFlow<Boolean> = authenticationInteractor.isAutoConfirmEnabled
88 val hintedPinLength: StateFlow<Int?> = authenticationInteractor.hintedPinLength
91 val isPatternVisible: StateFlow<Boolean> = authenticationInteractor.isPatternVisible
115 if (authenticationInteractor.isAuthenticationRequired()) {
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ui/viewmodel/
H A DShadeSceneViewModel.kt37 authenticationInteractor: AuthenticationInteractor,
43 authenticationInteractor.isUnlocked,
44 authenticationInteractor.canSwipeToDismiss,
56 isUnlocked = authenticationInteractor.isUnlocked.value,
57 canSwipeToDismiss = authenticationInteractor.canSwipeToDismiss.value,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scene/
H A DSceneFrameworkIntegrationTest.kt90 private val authenticationInteractor = regex
91 utils.authenticationInteractor(
108 authenticationInteractor = authenticationInteractor,
114 authenticationInteractor = authenticationInteractor,
119 authenticationInteractor = authenticationInteractor,
126 authenticationInteractor = authenticationInteractor,
148 authenticationInteractor = authenticationInteractor,
448 val authMethod = authenticationInteractor.getAuthenticationMethod()
460 .that(authenticationInteractor.isUnlocked.value)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
H A DLockscreenSceneViewModelTest.kt42 private val authenticationInteractor = regex
43 utils.authenticationInteractor(
49 authenticationInteractor = authenticationInteractor,
52 authenticationInteractor = authenticationInteractor,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ui/viewmodel/
H A DShadeSceneViewModelTest.kt42 private val authenticationInteractor = regex
43 utils.authenticationInteractor(
51 authenticationInteractor = authenticationInteractor,
54 authenticationInteractor = authenticationInteractor,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/viewmodel/
H A DAuthMethodBouncerViewModelTest.kt38 private val authenticationInteractor = regex
39 utils.authenticationInteractor(
48 authenticationInteractor = authenticationInteractor,
H A DBouncerViewModelTest.kt47 private val authenticationInteractor = regex
48 utils.authenticationInteractor(
53 authenticationInteractor = authenticationInteractor,
59 authenticationInteractor = authenticationInteractor,
H A DPasswordBouncerViewModelTest.kt45 private val authenticationInteractor = regex
46 utils.authenticationInteractor(
52 authenticationInteractor = authenticationInteractor,
58 authenticationInteractor = authenticationInteractor,
H A DPatternBouncerViewModelTest.kt47 private val authenticationInteractor = regex
48 utils.authenticationInteractor(
54 authenticationInteractor = authenticationInteractor,
60 authenticationInteractor = authenticationInteractor,
H A DPinBouncerViewModelTest.kt48 private val authenticationInteractor = regex
49 utils.authenticationInteractor(
54 authenticationInteractor = authenticationInteractor,
60 authenticationInteractor = authenticationInteractor,
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/scene/
H A DSceneTestUtils.kt136 fun authenticationInteractor( regex
166 authenticationInteractor: AuthenticationInteractor,
173 authenticationInteractor = authenticationInteractor,
181 authenticationInteractor: AuthenticationInteractor,
187 authenticationInteractor = authenticationInteractor,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ui/viewmodel/
H A DQuickSettingsSceneViewModelTest.kt42 private val authenticationInteractor = regex
43 utils.authenticationInteractor(
51 authenticationInteractor = authenticationInteractor,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
H A DSceneContainerStartable.kt58 private val authenticationInteractor: AuthenticationInteractor,
109 authenticationInteractor.isUnlocked
120 val isBypassEnabled = authenticationInteractor.isBypassEnabled()
180 val authMethod = authenticationInteractor.getAuthenticationMethod()
181 val isUnlocked = authenticationInteractor.isUnlocked.value
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
H A DLockscreenSceneViewModel.kt32 authenticationInteractor: AuthenticationInteractor,
37 authenticationInteractor.isUnlocked.map { isUnlocked ->
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
H A DBouncerViewModel.kt49 private val authenticationInteractor: AuthenticationInteractor,
89 authenticationInteractor.authenticationMethod
110 when (authenticationInteractor.getAuthenticationMethod()) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scene/domain/startable/
H A DSceneContainerStartableTest.kt60 private val authenticationInteractor = regex
61 utils.authenticationInteractor(
75 authenticationInteractor = authenticationInteractor,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/domain/interactor/
H A DBouncerInteractorTest.kt49 private val authenticationInteractor = regex
50 utils.authenticationInteractor(
56 authenticationInteractor = authenticationInteractor,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityContainerControllerTest.kt155 private lateinit var authenticationInteractor: AuthenticationInteractor
224 authenticationInteractor =
225 sceneTestUtils.authenticationInteractor(
260 { authenticationInteractor },
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainerController.java452 Provider<AuthenticationInteractor> authenticationInteractor in KeyguardSecurityContainerController()
481 mAuthenticationInteractor = authenticationInteractor; in KeyguardSecurityContainerController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractorTest.kt54 utils.authenticationInteractor(