Searched defs:createFromJson (Results 1 – 11 of 11) sorted by relevance
35 static HandoverInitCompleteOp createFromJson(JSONObject json) throws JSONException { in createFromJson() method in HandoverInitCompleteOp
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
40 static StartHandoverOp createFromJson(JSONObject json) throws JSONException { in createFromJson() method in StartHandoverOp
42 static AllocateDeviceOp createFromJson(JSONObject json) throws JSONException { in createFromJson() method in AllocateDeviceOp
43 static FreeDeviceOp createFromJson(JSONObject json) throws JSONException { in createFromJson() method in FreeDeviceOp
47 static AddCommandFileOp createFromJson(JSONObject jsonData) throws JSONException { in createFromJson() method in AddCommandFileOp
44 static AddCommandOp createFromJson(JSONObject jsonData) throws JSONException { in createFromJson() method in AddCommandOp
45 static ExecCommandOp createFromJson(JSONObject json) throws JSONException { in createFromJson() method in ExecCommandOp
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