Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/shared/model/
DAuthenticationReason.kt34 data object OtherAuthentication : AuthenticationReason object
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
DBiometricStatusInteractorImplTest.kt112 AuthenticationReason.OtherAuthentication in updatesSfpsAuthenticationReason_whenOtherSfpsAuthenticationStarted()
114 assertThat(sfpsAuthenticationReason).isEqualTo(AuthenticationReason.OtherAuthentication) in updatesSfpsAuthenticationReason_whenOtherSfpsAuthenticationStarted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepository.kt221 REASON_AUTH_OTHER -> AuthenticationReason.OtherAuthentication in toAuthenticationReason()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepositoryTest.kt131 .isEqualTo(AuthenticationReason.OtherAuthentication) in updatesFingerprintAuthenticationReason_whenOtherAuthenticationStarted()