Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DRemoteManager.java405 CLog.logAndDisplay(LogLevel.INFO, "Adding command file '%s %s'", c.getCommandFile(), in processAddCommandFile()
408 mScheduler.addCommandFile(c.getCommandFile(), c.getExtraArgs()); in processAddCommandFile()
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DAddCommandFileOp.java69 public String getCommandFile() { in getCommandFile() method in AddCommandFileOp