Searched refs:ERROR_CANCELED (Results 1 – 7 of 7) 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()
111 case AndroidProtectedConfirmation.ERROR_CANCELED: in doCallback()
166 case FingerprintError.ERROR_CANCELED: in isKnownErrorCode()
58 // When the HAL has not sent ERROR_CANCELED within the specified timeout.
89 * requested and we're waiting for the HAL(s) to send ERROR_CANCELED.
128 private static final String ERROR_CANCELED = "error_canceled"; field in BiometricServiceTest