Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java596 mScheduler.addCommandFile("mycmd.txt", extraArgs); in testAddCommandFile()
643 mScheduler.addCommandFile("mycmd.txt", extraArgs); in testAddCommandFile_reload()
683 mScheduler.addCommandFile("mycmd.txt", Collections.<String>emptyList()); in testAddCommandFile_twice()
690 mScheduler.addCommandFile("mycmd.txt", Collections.<String>emptyList()); in testAddCommandFile_twice()
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java98 public void addCommandFile(String cmdFile, List<String> extraArgs) in addCommandFile() method
DConsole.java424 mScheduler.addCommandFile(cmdfileName, extraArgs); in runCmdfile()
DCommandScheduler.java1355 public void addCommandFile(String cmdFilePath, List<String> extraArgs) in addCommandFile() method in CommandScheduler
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DRemoteManager.java408 mScheduler.addCommandFile(c.getCommandFile(), c.getExtraArgs()); in processAddCommandFile()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java115 mMockScheduler.addCommandFile(EasyMock.eq(cmdFile), EasyMock.eq(extraArgs)); in testAddCommandFile()