Home
last modified time | relevance | path

Searched refs:sfpsAuthenticationReason (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
DBiometricStatusInteractorImplTest.kt60 val sfpsAuthenticationReason by collectLastValue(underTest.sfpsAuthenticationReason) in doesNotUpdatesSfpsAuthenticationReason_whenUdfpsAuthenticationStarted() constant
63 assertThat(sfpsAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in doesNotUpdatesSfpsAuthenticationReason_whenUdfpsAuthenticationStarted()
68 assertThat(sfpsAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in doesNotUpdatesSfpsAuthenticationReason_whenUdfpsAuthenticationStarted()
75 val sfpsAuthenticationReason by collectLastValue(underTest.sfpsAuthenticationReason) in updatesSfpsAuthenticationReason_whenSfpsBiometricPromptAuthenticationStarted() constant
78 assertThat(sfpsAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in updatesSfpsAuthenticationReason_whenSfpsBiometricPromptAuthenticationStarted()
83 assertThat(sfpsAuthenticationReason) in updatesSfpsAuthenticationReason_whenSfpsBiometricPromptAuthenticationStarted()
91 val sfpsAuthenticationReason by collectLastValue(underTest.sfpsAuthenticationReason) in doesNotUpdateSfpsAuthenticationReason_whenSfpsDeviceEntryAuthenticationStarted() constant
94 assertThat(sfpsAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in doesNotUpdateSfpsAuthenticationReason_whenSfpsDeviceEntryAuthenticationStarted()
99 assertThat(sfpsAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in doesNotUpdateSfpsAuthenticationReason_whenSfpsDeviceEntryAuthenticationStarted()
106 val sfpsAuthenticationReason by collectLastValue(underTest.sfpsAuthenticationReason) in updatesSfpsAuthenticationReason_whenOtherSfpsAuthenticationStarted() constant
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
DBiometricStatusInteractor.kt38 val sfpsAuthenticationReason: Flow<AuthenticationReason> in <lambda>() constant
52 override val sfpsAuthenticationReason: Flow<AuthenticationReason> = constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DSideFpsOverlayViewBinder.kt79 biometricStatusInteractor.get().sfpsAuthenticationReason, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DSideFpsProgressBarViewModel.kt170 biometricStatusInteractor.sfpsAuthenticationReason in <lambda>()