HomeSort by relevance Sort by last modified time
    Searched refs:buildRequestObject (Results 1 - 2 of 2) sorted by null

  /external/autotest/frontend/client/src/autotest/common/
JsonRpcProxy.java 61 JSONObject request = buildRequestObject(method, params);
67 public static JSONObject buildRequestObject(String method, JSONObject params) {
  /external/autotest/frontend/client/src/autotest/tko/
TkoUtils.java 98 JSONObject request = JsonRpcProxy.buildRequestObject(rpcMethodName, arguments);

Completed in 540 milliseconds