Home
last modified time | relevance | path

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

/frameworks/base/obex/javax/obex/
DServerSession.java224 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handlePutRequest()
252 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleGetRequest()
368 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleSetPathRequest()
394 code = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in handleSetPathRequest()
477 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleDisconnectRequest()
494 code = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in handleDisconnectRequest()
637 code = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in handleConnectRequest()
643 code = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in handleConnectRequest()
728 if ((code >= ResponseCodes.OBEX_HTTP_INTERNAL_ERROR) in validateResponseCode()
736 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in validateResponseCode()
DResponseCodes.java270 public static final int OBEX_HTTP_INTERNAL_ERROR = 0xD0; field in ResponseCodes
DServerOperation.java428 mParent.sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in sendReply()