Home
last modified time | relevance | path

Searched refs:DeviceEntryAuthentication (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/shared/model/
DAuthenticationReason.kt24 data object DeviceEntryAuthentication : AuthenticationReason object
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
DBiometricStatusInteractor.kt82 AuthenticationReason.DeviceEntryAuthentication -> false in isReasonToAlwaysUpdateSfpsOverlay()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DSideFpsProgressBarViewModelTest.kt153 AuthenticationReason.DeviceEntryAuthentication, in whenFingerprintAcquiredStartsWhenNotDozing_wakesUpDevice()
173 AuthenticationReason.DeviceEntryAuthentication, in whenFingerprintAcquiredStartsWhenDozing_pulsesAod()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepositoryTest.kt109 .isEqualTo(AuthenticationReason.DeviceEntryAuthentication) in updatesFingerprintAuthenticationReason_whenDeviceEntryAuthenticationStarted()
258 AuthenticationReason.DeviceEntryAuthentication, in updatesFingerprintAcquiredStatusWhenDeviceEntryAuthenticationAcquired()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
DBiometricStatusInteractorImplTest.kt97 AuthenticationReason.DeviceEntryAuthentication in doesNotUpdateSfpsAuthenticationReason_whenSfpsDeviceEntryAuthenticationStarted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepository.kt220 REASON_AUTH_KEYGUARD -> AuthenticationReason.DeviceEntryAuthentication in toAuthenticationReason()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DDeviceEntryFingerprintAuthRepository.kt267 AuthenticationReason.DeviceEntryAuthentication, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DSideFpsProgressBarViewModel.kt102 it.authenticationReason == AuthenticationReason.DeviceEntryAuthentication || in <lambda>()