Searched refs:sfpsAuthenticationReason (Results 1 – 4 of 4) sorted by relevance
60 val sfpsAuthenticationReason by collectLastValue(underTest.sfpsAuthenticationReason) in doesNotUpdatesSfpsAuthenticationReason_whenUdfpsAuthenticationStarted() constant63 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() constant78 assertThat(sfpsAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in updatesSfpsAuthenticationReason_whenSfpsBiometricPromptAuthenticationStarted()83 assertThat(sfpsAuthenticationReason) in updatesSfpsAuthenticationReason_whenSfpsBiometricPromptAuthenticationStarted()91 val sfpsAuthenticationReason by collectLastValue(underTest.sfpsAuthenticationReason) in doesNotUpdateSfpsAuthenticationReason_whenSfpsDeviceEntryAuthenticationStarted() constant94 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 …]
38 val sfpsAuthenticationReason: Flow<AuthenticationReason> in <lambda>() constant52 override val sfpsAuthenticationReason: Flow<AuthenticationReason> = constant
79 biometricStatusInteractor.get().sfpsAuthenticationReason, in <lambda>()
170 biometricStatusInteractor.sfpsAuthenticationReason in <lambda>()