Home
last modified time | relevance | path

Searched refs:SettingsAuthentication (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
DBiometricStatusInteractorImplTest.kt129 AuthenticationReason.SettingsAuthentication(SettingsOperations.OTHER) in doesNotUpdateSfpsAuthenticationReason_whenOtherSfpsSettingsAuthenticationStarted()
144 AuthenticationReason.SettingsAuthentication(SettingsOperations.ENROLL_FIND_SENSOR) in updatesSfpsAuthenticationReason_whenSfpsEnrollmentStarted()
148 AuthenticationReason.SettingsAuthentication( in updatesSfpsAuthenticationReason_whenSfpsEnrollmentStarted()
154 AuthenticationReason.SettingsAuthentication(SettingsOperations.ENROLL_ENROLLING) in updatesSfpsAuthenticationReason_whenSfpsEnrollmentStarted()
158 AuthenticationReason.SettingsAuthentication(SettingsOperations.ENROLL_ENROLLING) in updatesSfpsAuthenticationReason_whenSfpsEnrollmentStarted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/shared/model/
DAuthenticationReason.kt27 data class SettingsAuthentication(val settingsOperation: SettingsOperations) : dataClass
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepository.kt223 AuthenticationReason.SettingsAuthentication(SettingsOperations.OTHER) in toAuthenticationReason()
225 AuthenticationReason.SettingsAuthentication(SettingsOperations.ENROLL_ENROLLING) in toAuthenticationReason()
227 AuthenticationReason.SettingsAuthentication(SettingsOperations.ENROLL_FIND_SENSOR) in toAuthenticationReason()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepositoryTest.kt153 .isEqualTo(AuthenticationReason.SettingsAuthentication(SettingsOperations.OTHER)) in updatesFingerprintAuthenticationReason_whenSettingsAuthenticationStarted()
176 AuthenticationReason.SettingsAuthentication( in updatesFingerprintAuthenticationReason_whenEnrollmentAuthenticationStarted()
190 AuthenticationReason.SettingsAuthentication(SettingsOperations.ENROLL_ENROLLING) in updatesFingerprintAuthenticationReason_whenEnrollmentAuthenticationStarted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
DBiometricStatusInteractor.kt83 AuthenticationReason.SettingsAuthentication(SettingsOperations.OTHER) -> in isReasonToAlwaysUpdateSfpsOverlay()