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.java624 mScheduler.addCommandFile("mycmd.txt", extraArgs); in testAddCommandFile()
671 mScheduler.addCommandFile("mycmd.txt", extraArgs); in testAddCommandFile_reload()
711 mScheduler.addCommandFile("mycmd.txt", Collections.<String>emptyList()); in testAddCommandFile_twice()
718 mScheduler.addCommandFile("mycmd.txt", Collections.<String>emptyList()); in testAddCommandFile_twice()
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java88 public void addCommandFile(String cmdFile, List<String> extraArgs) in addCommandFile() method
DConsole.java424 mScheduler.addCommandFile(cmdfileName, extraArgs); in runCmdfile()
DCommandScheduler.java1241 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.java116 mMockScheduler.addCommandFile(EasyMock.eq(cmdFile), EasyMock.eq(extraArgs)); in testAddCommandFile()