Searched defs:json (Results 1 – 16 of 16) sorted by relevance
56 static GetLastCommandResultOp createFromJson(JSONObject json) throws JSONException { in createFromJson()72 protected void packIntoJson(JSONObject json) throws JSONException { in packIntoJson()80 protected CommandResult unpackResponseFromJson(JSONObject json) throws JSONException { in unpackResponseFromJson()119 protected void packResponseIntoJson(CommandResult commandResult, JSONObject json) in packResponseIntoJson()
37 static CloseOp createFromJson(JSONObject json) throws JSONException { in createFromJson()
35 static HandoverInitCompleteOp createFromJson(JSONObject json) throws JSONException { in createFromJson()
35 static HandoverCompleteOp createFromJson(JSONObject json) throws JSONException { in createFromJson()
42 static AllocateDeviceOp createFromJson(JSONObject json) throws JSONException { in createFromJson()
40 static StartHandoverOp createFromJson(JSONObject json) throws JSONException { in createFromJson()
43 static FreeDeviceOp createFromJson(JSONObject json) throws JSONException { in createFromJson()
45 static ExecCommandOp createFromJson(JSONObject json) throws JSONException { in createFromJson()
53 static ListDevicesOp createFromJson(JSONObject json) throws JSONException { in createFromJson()
53 final JSONObject json = new JSONObject(); in toJson() local
193 JSONObject json = item.toJson(); in testJson() local
448 private void processGetLastCommandResult(GetLastCommandResultOp c, JSONObject json) in processGetLastCommandResult()458 c.packResponseIntoJson(tracker.getCommandResult(), json); in processGetLastCommandResult() local
246 JSONObject json = new JSONObject(); in getNewJson() local332 JSONObject json; in getNewJson() local
291 private void printJson(JSONObject json) { in printJson()
338 final JSONObject json = new JSONObject(); in getWifiInfo() local
377 final JSONObject json = new JSONObject(result); in getWifiInfo() local