Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricFingerprintConstants.java64 FINGERPRINT_ERROR_BAD_CALIBRATION,
189 int FINGERPRINT_ERROR_BAD_CALIBRATION = 18; field
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DAidlConversionUtils.java50 return BiometricFingerprintConstants.FINGERPRINT_ERROR_BAD_CALIBRATION; in toFrameworkError()
H A DFingerprintAuthenticationClient.java236 if (errorCode == BiometricFingerprintConstants.FINGERPRINT_ERROR_BAD_CALIBRATION) { in onError()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DFingerprintAuthenticationClient.java154 if (errorCode == BiometricFingerprintConstants.FINGERPRINT_ERROR_BAD_CALIBRATION) { in onError()
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java1681 case FINGERPRINT_ERROR_BAD_CALIBRATION: in getErrorString()