Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java87 public void addCommandFile(String cmdFile, List<String> extraArgs) in addCommandFile() method
DConsole.java391 mScheduler.addCommandFile(cmdfileName, extraArgs); in runCmdfile()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java605 mScheduler.addCommandFile("mycmd.txt", extraArgs); in testAddCommandFile()
651 mScheduler.addCommandFile("mycmd.txt", extraArgs); in testAddCommandFile_reload()
692 mScheduler.addCommandFile("mycmd.txt", Collections.<String>emptyList()); in testAddCommandFile_twice()
699 mScheduler.addCommandFile("mycmd.txt", Collections.<String>emptyList()); in testAddCommandFile_twice()
/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()