HomeSort by relevance Sort by last modified time
    Searched refs:OBEX_HTTP_INTERNAL_ERROR (Results 1 - 6 of 6) sorted by null

  /frameworks/base/obex/javax/obex/
ResponseCodes.java 268 * The value of <code>OBEX_HTTP_INTERNAL_ERROR</code> is 0xD0 (208).
270 public static final int OBEX_HTTP_INTERNAL_ERROR = 0xD0;
ServerSession.java 219 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
246 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
357 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
383 code = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
465 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
482 code = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
610 code = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
616 code = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
672 * return the <code>OBEX_HTTP_INTERNAL_ERROR</code> response code.
674 * @return the valid response code or <code>OBEX_HTTP_INTERNAL_ERROR</code
    [all...]
ServerOperation.java 322 mParent.sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 269 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
330 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
375 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
411 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
440 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
452 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
466 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
478 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
BluetoothPbapObexServer.java 204 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
215 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
267 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
325 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
663 pushResult = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
666 pushResult = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
688 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
711 pushResult = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
725 pushResult = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
791 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 343 obexResponse = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
360 obexResponse = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
529 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;

Completed in 24 milliseconds