Searched refs:toJSON (Results 1 – 9 of 9) sorted by relevance
207 public JSONObject toJSON() throws JSONException { in toJSON() method in ClusterCommandEvent221 json.put("invocation_status", mInvocationStatus.toJSON()); in toJSON()231 str = toJSON().toString(); in toString()
43 public JSONObject toJSON() throws JSONException { in toJSON() method in InvocationStatus47 testModuleStatuses.put(o.toJSON()); in toJSON()
206 public JSONObject toJSON() throws JSONException { in toJSON() method in ClusterHostEvent216 deviceInfos.put(d.toJSON()); in toJSON()
118 deviceInfoJsons.put(d.toJSON()); in leaseHostCommands()292 array.put(event.toJSON()); in buildPostData()
24 public JSONObject toJSON() throws JSONException; in toJSON() method
81 public JSONObject toJSON() throws JSONException { in toJSON() method in TestGroupStatus
83 public JSONObject toJSON() throws JSONException { in toJSON() method in ClusterDeviceInfo
44 JSONObject obj = event.toJSON(); in testToJSON()65 JSONObject obj = event.toJSON(); in testToJSON_noDeviceSerial()
54 public JSONObject toJSON() throws JSONException { in toJSON() method in ClusterEventUploaderTest.Event