Home
last modified time | relevance | path

Searched refs:REASON_ENROLL_FIND_SENSOR (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricRequestConstants.java35 public static final int REASON_ENROLL_FIND_SENSOR = 1; field in BiometricRequestConstants
48 REASON_ENROLL_FIND_SENSOR,
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsControllerOverlay.kt29 import android.hardware.biometrics.BiometricRequestConstants.REASON_ENROLL_FIND_SENSOR in <lambda>()
344 REASON_ENROLL_FIND_SENSOR, REASON_ENROLL_ENROLLING -> true in <lambda>()
355 REASON_ENROLL_FIND_SENSOR, in <lambda>()
479 REASON_ENROLL_FIND_SENSOR, REASON_ENROLL_ENROLLING -> true in <lambda>()
562 this == REASON_ENROLL_FIND_SENSOR ||
DUdfpsShell.kt26 import android.hardware.biometrics.BiometricRequestConstants.REASON_ENROLL_FIND_SENSOR
111 "enroll-find-sensor" -> REASON_ENROLL_FIND_SENSOR in getEnrollmentReason()
DUdfpsController.java25 import static android.hardware.biometrics.BiometricRequestConstants.REASON_ENROLL_FIND_SENSOR;
498 case REASON_ENROLL_FIND_SENSOR: in getBiometricSessionType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepository.kt26 import android.hardware.biometrics.BiometricRequestConstants.REASON_ENROLL_FIND_SENSOR in <lambda>()
226 REASON_ENROLL_FIND_SENSOR -> in toAuthenticationReason()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepositoryTest.kt27 import android.hardware.biometrics.BiometricRequestConstants.REASON_ENROLL_FIND_SENSOR
170 REASON_ENROLL_FIND_SENSOR in updatesFingerprintAuthenticationReason_whenEnrollmentAuthenticationStarted()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DEnrollClient.java144 return BiometricRequestConstants.REASON_ENROLL_FIND_SENSOR; in getRequestReasonFromFingerprintEnrollReason()