Searched refs:OBEX_HTTP_INTERNAL_ERROR (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/obex/javax/obex/
H A DResponseCodes.java268 * The value of <code>OBEX_HTTP_INTERNAL_ERROR</code> is 0xD0 (208).
270 public static final int OBEX_HTTP_INTERNAL_ERROR = 0xD0; field in class:ResponseCodes
H A DServerSession.java219 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</cod
[all...]
H A DServerOperation.java322 mParent.sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);

Completed in 65 milliseconds