Home
last modified time | relevance | path

Searched defs:sfpsAuthenticationReason (Results 1 – 2 of 2) 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
75 val sfpsAuthenticationReason by collectLastValue(underTest.sfpsAuthenticationReason) in updatesSfpsAuthenticationReason_whenSfpsBiometricPromptAuthenticationStarted() constant
91 val sfpsAuthenticationReason by collectLastValue(underTest.sfpsAuthenticationReason) in doesNotUpdateSfpsAuthenticationReason_whenSfpsDeviceEntryAuthenticationStarted() constant
106 val sfpsAuthenticationReason by collectLastValue(underTest.sfpsAuthenticationReason) in updatesSfpsAuthenticationReason_whenOtherSfpsAuthenticationStarted() constant
121 val sfpsAuthenticationReason by collectLastValue(underTest.sfpsAuthenticationReason) in doesNotUpdateSfpsAuthenticationReason_whenOtherSfpsSettingsAuthenticationStarted() constant
138 val sfpsAuthenticationReason by collectLastValue(underTest.sfpsAuthenticationReason) in updatesSfpsAuthenticationReason_whenSfpsEnrollmentStarted() constant
166 val sfpsAuthenticationReason by collectLastValue(underTest.sfpsAuthenticationReason) in updatesFingerprintAuthenticationReason_whenSfpsAuthenticationStopped() constant
/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