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.java171 code = ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE; in handleAbortRequest()
314 code = ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE; in handleSetPathRequest()
436 code = ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE; in handleDisconnectRequest()
574 code = ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE; in handleConnectRequest()
DServerOperation.java186 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null); in ServerOperation()
570 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null); in sendReply()