Home
last modified time | relevance | path

Searched refs:OBEX_HTTP_REQ_TOO_LARGE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/obex/javax/obex/
DResponseCodes.java256 public static final int OBEX_HTTP_REQ_TOO_LARGE = 0xCE; field in ResponseCodes
DServerSession.java172 code = ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE; in handleAbortRequest()
315 code = ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE; in handleSetPathRequest()
437 code = ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE; in handleDisconnectRequest()
575 code = ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE; in handleConnectRequest()
DServerOperation.java186 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null); in ServerOperation()
560 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null); in sendReply()