Searched refs:copyJSONObject (Results 1 – 6 of 6) sorted by relevance
83 this.params = Utils.copyJSONObject(params); in DefaultQuery()89 return Utils.copyJSONObject(params); in getParams()
28 JSONObject pageParams = Utils.copyJSONObject(params); in getPage()
28 return Utils.copyJSONObject(initialCondition); in getInitialCondition()
54 JSONObject fullParams = Utils.copyJSONObject(conditionParams); in getFullRequestParams()
195 JSONObject args = Utils.copyJSONObject(currentTestCondition); in addOrRemoveLabel()
116 public static JSONObject copyJSONObject(JSONObject source) { in copyJSONObject() method in Utils