Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java101 public void addCommandFile(String cmdFile, List<String> extraArgs) in addCommandFile() method
DConsole.java451 mScheduler.addCommandFile(cmdfileName, extraArgs); in runCmdfile()
DCommandScheduler.java1616 public void addCommandFile(String cmdFilePath, List<String> extraArgs) in addCommandFile() method in CommandScheduler
/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerTest.java586 mScheduler.addCommandFile("mycmd.txt", extraArgs); in testAddCommandFile()
632 mScheduler.addCommandFile("mycmd.txt", extraArgs); in testAddCommandFile_reload()
673 mScheduler.addCommandFile("mycmd.txt", Collections.<String>emptyList()); in testAddCommandFile_twice()
680 mScheduler.addCommandFile("mycmd.txt", Collections.<String>emptyList()); in testAddCommandFile_twice()