Searched refs:ERROR_CANCELED (Results 1 – 6 of 6) sorted by relevance
34 public static final int ERROR_CANCELED = ResponseCode.CANCELLED; field in AndroidProtectedConfirmation
96 mCallback.onError(0, FingerprintError.ERROR_CANCELED, 0 /* vendorCode */); in cancel()
112 case AndroidProtectedConfirmation.ERROR_CANCELED: in doCallback()
166 case FingerprintError.ERROR_CANCELED: in isKnownErrorCode()
89 * requested and we're waiting for the HAL(s) to send ERROR_CANCELED.
114 private static final String ERROR_CANCELED = "error_canceled"; field in BiometricServiceTest