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

  /frameworks/base/obex/javax/obex/
ResponseCodes.java 254 * The value of <code>OBEX_HTTP_REQ_TOO_LARGE</code> is 0xCE (206).
256 public static final int OBEX_HTTP_REQ_TOO_LARGE = 0xCE;
ServerSession.java 167 code = ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE;
308 code = ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE;
429 code = ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE;
551 code = ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE;
ServerOperation.java 162 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null);
448 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null);

Completed in 345 milliseconds