Searched refs:OBEX_HTTP_INTERNAL_ERROR (Results 1 – 8 of 8) sorted by relevance
225 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handlePutRequest()253 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleGetRequest()369 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleSetPathRequest()395 code = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in handleSetPathRequest()478 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleDisconnectRequest()495 code = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in handleDisconnectRequest()638 code = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in handleConnectRequest()644 code = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in handleConnectRequest()724 if ((code >= ResponseCodes.OBEX_HTTP_INTERNAL_ERROR) in validateResponseCode()732 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in validateResponseCode()
270 public static final int OBEX_HTTP_INTERNAL_ERROR = 0xD0; field in ResponseCodes
418 mParent.sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in sendReply()
65 mResponseCode = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in readResponseHeaders()67 mResponseCode = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in readResponseHeaders()
122 mResponseCode = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in executeGet()145 mResponseCode = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in executePut()
65 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in onConnect()109 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in onPut()
68 mResponseCode = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in execute()
89 mResponseCode = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in readResponse()