Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java159 public void removeAllCommands(); in removeAllCommands() method
DCommandRunner.java170 mScheduler.removeAllCommands(); in run()
DConsole.java1014 mScheduler.removeAllCommands(); in addDefaultCommands()
DCommandScheduler.java2133 removeAllCommands(); in doShutdown()
2162 public synchronized void removeAllCommands() { in removeAllCommands() method in CommandScheduler
/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerTest.java308 mScheduler.removeAllCommands(); in testRemoveAllCommands()