Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepositoryTest.kt74 val fingerprintAuthenticationReason by in updatesFingerprintAuthenticationReason_whenBiometricPromptAuthenticationStarted() constant
75 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() constant
94 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() constant
116 collectLastValue(underTest.fingerprintAuthenticationReason) in updatesFingerprintAuthenticationReason_whenOtherAuthenticationStarted()
[all …]
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/biometrics/data/repository/
DFakeBiometricStatusRepository.kt31 override val fingerprintAuthenticationReason: StateFlow<AuthenticationReason> = constant in com.android.systemui.biometrics.data.repository.FakeBiometricStatusRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepository.kt65 val fingerprintAuthenticationReason: Flow<AuthenticationReason> in <lambda>() constant
202 override val fingerprintAuthenticationReason: Flow<AuthenticationReason> = constant in com.android.systemui.biometrics.data.repository.BiometricStatusRepositoryImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
DBiometricStatusInteractor.kt54 biometricStatusRepository.fingerprintAuthenticationReason,