Home
last modified time | relevance | path

Searched refs:AddCommandFileOp (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DAddCommandFileOp.java28 class AddCommandFileOp extends RemoteOperation<Void> { class
35 AddCommandFileOp(String commandFile, List<String> extraArgs) { in AddCommandFileOp() method in AddCommandFileOp
47 static AddCommandFileOp createFromJson(JSONObject jsonData) throws JSONException { in createFromJson()
54 return new AddCommandFileOp(cmdFile, argList); in createFromJson()
DRemoteOperation.java100 rc = AddCommandFileOp.createFromJson(jsonData); in createRemoteOpFromString()
DRemoteClient.java166 sendOperation(new AddCommandFileOp(commandFile, extraArgs)); in sendAddCommandFile()
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DRemoteManager.java257 processAddCommandFile((AddCommandFileOp)rc, result); in processClientOperations()
404 private void processAddCommandFile(AddCommandFileOp c, JSONObject result) throws JSONException { in processAddCommandFile()