Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/common/
DJsonRpcProxy.java89 protected static void handleResponseObject(JSONObject responseObject, in handleResponseObject() argument
91 JSONValue error = responseObject.get("error"); in handleResponseObject()
93 notify.showError("Bad JSON response", responseObject.toString()); in handleResponseObject()
102 JSONValue result = responseObject.get("result"); in handleResponseObject()
DXhrJsonRpcProxy.java82 JSONObject responseObject = responseValue.isObject(); in handleResponseText() local
83 handleResponseObject(responseObject, callback); in handleResponseText()
DPaddedJsonRpcProxy.java108 JSONObject responseObject = new JSONObject(responseJso); in handleResponseImpl() local
109 handleResponseObject(responseObject, rpcCallback); in handleResponseImpl()