Searched refs:AddCommandFileOp (Results 1 – 4 of 4) sorted by relevance
28 class AddCommandFileOp extends RemoteOperation<Void> { class35 AddCommandFileOp(String commandFile, List<String> extraArgs) { in AddCommandFileOp() method in AddCommandFileOp47 static AddCommandFileOp createFromJson(JSONObject jsonData) throws JSONException { in createFromJson()54 return new AddCommandFileOp(cmdFile, argList); in createFromJson()
100 rc = AddCommandFileOp.createFromJson(jsonData); in createRemoteOpFromString()
166 sendOperation(new AddCommandFileOp(commandFile, extraArgs)); in sendAddCommandFile()
257 processAddCommandFile((AddCommandFileOp)rc, result); in processClientOperations()404 private void processAddCommandFile(AddCommandFileOp c, JSONObject result) throws JSONException { in processAddCommandFile()