Searched refs:ERROR_CANCELED (Results 1 – 9 of 9) sorted by relevance
60 case ILowpanInterface.ERROR_CANCELED: in rethrowFromServiceSpecificException()
91 const int ERROR_CANCELED = 10; field
34 public static final int ERROR_CANCELED = ResponseCode.CANCELLED; field in AndroidProtectedConfirmation
96 mCallback.onError(0, FingerprintError.ERROR_CANCELED, 0 /* vendorCode */); in cancel()
58 // When the HAL has not sent ERROR_CANCELED within the specified timeout.
166 case FingerprintError.ERROR_CANCELED: in isKnownErrorCode()
112 case AndroidProtectedConfirmation.ERROR_CANCELED: in doCallback()
89 * requested and we're waiting for the HAL(s) to send ERROR_CANCELED.
100 private static final String ERROR_CANCELED = "error_canceled"; field in BiometricServiceTest