Searched refs:FINGERPRINT_ERROR_CANCELED (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DEnumerateClient.java82 onError(FingerprintManager.FINGERPRINT_ERROR_CANCELED, 0 /* vendorCode */);
H A DEnrollClient.java122 onError(FingerprintManager.FINGERPRINT_ERROR_CANCELED, 0 /* vendorCode */);
H A DFingerprintService.java380 if (error == FingerprintManager.FINGERPRINT_ERROR_CANCELED) {
545 * ({@link FingerprintManager#FINGERPRINT_ERROR_CANCELED}).
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java97 public static final int FINGERPRINT_ERROR_CANCELED = 5; field in class:FingerprintManager
1029 case FINGERPRINT_ERROR_CANCELED:
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java433 || msgId == FingerprintManager.FINGERPRINT_ERROR_CANCELED) {
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java497 if (msgId == FingerprintManager.FINGERPRINT_ERROR_CANCELED

Completed in 610 milliseconds