Searched refs:fingerprintAuthenticationReason (Results 1 – 4 of 4) sorted by relevance
74 val fingerprintAuthenticationReason by in updatesFingerprintAuthenticationReason_whenBiometricPromptAuthenticationStarted() constant75 collectLastValue(underTest.fingerprintAuthenticationReason) in updatesFingerprintAuthenticationReason_whenBiometricPromptAuthenticationStarted()80 assertThat(fingerprintAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in updatesFingerprintAuthenticationReason_whenBiometricPromptAuthenticationStarted()86 assertThat(fingerprintAuthenticationReason) in updatesFingerprintAuthenticationReason_whenBiometricPromptAuthenticationStarted()93 val fingerprintAuthenticationReason by in updatesFingerprintAuthenticationReason_whenDeviceEntryAuthenticationStarted() constant94 collectLastValue(underTest.fingerprintAuthenticationReason) in updatesFingerprintAuthenticationReason_whenDeviceEntryAuthenticationStarted()99 assertThat(fingerprintAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in updatesFingerprintAuthenticationReason_whenDeviceEntryAuthenticationStarted()108 assertThat(fingerprintAuthenticationReason) in updatesFingerprintAuthenticationReason_whenDeviceEntryAuthenticationStarted()115 val fingerprintAuthenticationReason by in updatesFingerprintAuthenticationReason_whenOtherAuthenticationStarted() constant116 collectLastValue(underTest.fingerprintAuthenticationReason) in updatesFingerprintAuthenticationReason_whenOtherAuthenticationStarted()[all …]
31 override val fingerprintAuthenticationReason: StateFlow<AuthenticationReason> = constant in com.android.systemui.biometrics.data.repository.FakeBiometricStatusRepository
65 val fingerprintAuthenticationReason: Flow<AuthenticationReason> in <lambda>() constant202 override val fingerprintAuthenticationReason: Flow<AuthenticationReason> = constant in com.android.systemui.biometrics.data.repository.BiometricStatusRepositoryImpl
54 biometricStatusRepository.fingerprintAuthenticationReason,