Searched refs:FINGERPRINT_ERROR_HW_UNAVAILABLE (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/hardware/biometrics/ |
D | BiometricFingerprintConstants.java | 46 @IntDef({FINGERPRINT_ERROR_HW_UNAVAILABLE, 71 int FINGERPRINT_ERROR_HW_UNAVAILABLE = 1; field
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
D | FingerprintDetectClient.java | 73 onError(BiometricFingerprintConstants.FINGERPRINT_ERROR_HW_UNAVAILABLE, in stopHalOperation() 94 onError(BiometricFingerprintConstants.FINGERPRINT_ERROR_HW_UNAVAILABLE, in startHalOperation()
|
D | FingerprintEnrollClient.java | 108 onError(BiometricFingerprintConstants.FINGERPRINT_ERROR_HW_UNAVAILABLE, in startHalOperation() 124 onError(BiometricFingerprintConstants.FINGERPRINT_ERROR_HW_UNAVAILABLE, in stopHalOperation()
|
D | FingerprintAuthenticationClient.java | 176 onError(BiometricFingerprintConstants.FINGERPRINT_ERROR_HW_UNAVAILABLE, in startHalOperation() 190 onError(BiometricFingerprintConstants.FINGERPRINT_ERROR_HW_UNAVAILABLE, in stopHalOperation()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
D | FingerprintAuthenticationClient.java | 157 onError(BiometricFingerprintConstants.FINGERPRINT_ERROR_HW_UNAVAILABLE, in startHalOperation() 171 onError(BiometricFingerprintConstants.FINGERPRINT_ERROR_HW_UNAVAILABLE, in stopHalOperation()
|
D | AidlConversionUtils.java | 36 return BiometricFingerprintConstants.FINGERPRINT_ERROR_HW_UNAVAILABLE; in toFrameworkError()
|
D | FingerprintEnrollClient.java | 143 onError(BiometricFingerprintConstants.FINGERPRINT_ERROR_HW_UNAVAILABLE, in stopHalOperation()
|
D | Sensor.java | 592 errorConsumer.onError(FingerprintManager.FINGERPRINT_ERROR_HW_UNAVAILABLE, in onBinderDied()
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | FingerprintManager.java | 576 callback.onAuthenticationError(FINGERPRINT_ERROR_HW_UNAVAILABLE, in authenticate() 577 getErrorString(mContext, FINGERPRINT_ERROR_HW_UNAVAILABLE, in authenticate() 657 callback.onEnrollmentError(FINGERPRINT_ERROR_HW_UNAVAILABLE, in enroll() 658 getErrorString(mContext, FINGERPRINT_ERROR_HW_UNAVAILABLE, in enroll() 1348 case FINGERPRINT_ERROR_HW_UNAVAILABLE: in getErrorString()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 808 if (msgId == FingerprintManager.FINGERPRINT_ERROR_HW_UNAVAILABLE) { in handleFingerprintError()
|
/frameworks/base/core/api/ |
D | current.txt | 18927 field public static final int FINGERPRINT_ERROR_HW_UNAVAILABLE = 1; // 0x1
|