Home
last modified time | relevance | path

Searched refs:getExtraArgs (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DRemoteManager.java406 ArrayUtil.join(" ", c.getExtraArgs())); in processAddCommandFile()
408 mScheduler.addCommandFile(c.getCommandFile(), c.getExtraArgs()); in processAddCommandFile()
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DAddCommandFileOp.java76 public List<String> getExtraArgs() { in getExtraArgs() method in AddCommandFileOp