Searched refs:FINGERPRINT_ERROR_HW_UNAVAILABLE (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | FingerprintManager.java | 437 callback.onAuthenticationError(FINGERPRINT_ERROR_HW_UNAVAILABLE, in authenticate() 438 getErrorString(mContext, FINGERPRINT_ERROR_HW_UNAVAILABLE, in authenticate() 488 callback.onEnrollmentError(FINGERPRINT_ERROR_HW_UNAVAILABLE, in enroll() 489 getErrorString(mContext, FINGERPRINT_ERROR_HW_UNAVAILABLE, in enroll() 560 callback.onRemovalError(fp, FINGERPRINT_ERROR_HW_UNAVAILABLE, in remove() 561 getErrorString(mContext, FINGERPRINT_ERROR_HW_UNAVAILABLE, in remove() 583 callback.onEnumerateError(FINGERPRINT_ERROR_HW_UNAVAILABLE, in enumerate() 584 getErrorString(mContext, FINGERPRINT_ERROR_HW_UNAVAILABLE, in enumerate() 941 case FINGERPRINT_ERROR_HW_UNAVAILABLE: in getErrorString()
|
/frameworks/base/core/java/android/hardware/biometrics/ |
D | BiometricFingerprintConstants.java | 40 public static final int FINGERPRINT_ERROR_HW_UNAVAILABLE = 1; field
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 714 if (msgId == FingerprintManager.FINGERPRINT_ERROR_HW_UNAVAILABLE) { in handleFingerprintError()
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 17560 field public static final int FINGERPRINT_ERROR_HW_UNAVAILABLE = 1; // 0x1
|
/frameworks/base/api/ |
D | current.txt | 17560 field public static final int FINGERPRINT_ERROR_HW_UNAVAILABLE = 1; // 0x1
|