Searched defs:createFromJson (Results 1 – 11 of 11) sorted by relevance
35 static HandoverCompleteOp createFromJson(JSONObject json) throws JSONException { in createFromJson() method in HandoverCompleteOp
37 static CloseOp createFromJson(JSONObject json) throws JSONException { in createFromJson() method in CloseOp
35 static HandoverInitCompleteOp createFromJson(JSONObject json) throws JSONException { in createFromJson() method in HandoverInitCompleteOp
42 static AllocateDeviceOp createFromJson(JSONObject json) throws JSONException { in createFromJson() method in AllocateDeviceOp
40 static StartHandoverOp createFromJson(JSONObject json) throws JSONException { in createFromJson() method in StartHandoverOp
43 static FreeDeviceOp createFromJson(JSONObject json) throws JSONException { in createFromJson() method in FreeDeviceOp
45 static ExecCommandOp createFromJson(JSONObject json) throws JSONException { in createFromJson() method in ExecCommandOp
44 static AddCommandOp createFromJson(JSONObject jsonData) throws JSONException { in createFromJson() method in AddCommandOp
47 static AddCommandFileOp createFromJson(JSONObject jsonData) throws JSONException { in createFromJson() method in AddCommandFileOp
53 static ListDevicesOp createFromJson(JSONObject json) throws JSONException { in createFromJson() method in ListDevicesOp
56 static GetLastCommandResultOp createFromJson(JSONObject json) throws JSONException { in createFromJson() method in GetLastCommandResultOp