Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricFingerprintConstants.java66 FINGERPRINT_ERROR_BAD_CALIBRATION,
191 int FINGERPRINT_ERROR_BAD_CALIBRATION = 18; field
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DAidlConversionUtils.java50 return BiometricFingerprintConstants.FINGERPRINT_ERROR_BAD_CALIBRATION; in toFrameworkError()
DFingerprintAuthenticationClient.java271 if (errorCode == BiometricFingerprintConstants.FINGERPRINT_ERROR_BAD_CALIBRATION) { in onError()
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintManager.java1492 case FINGERPRINT_ERROR_BAD_CALIBRATION: in getErrorString()