Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerFuncTest.java104 mCommandOptions.setLoopMode(true); in setUp()
397 mCommandOptions.setLoopMode(false); in testShutdown_notInterruptible()
512 mCommandOptions.setLoopMode(false); in testShutdown_notInterruptible_timeout()
584 mCommandOptions.setLoopMode(false); in testShutdown_invocation_timeout()
DCommandSchedulerStressApp.java48 mCommandOptions.setLoopMode(false); in CommandSchedulerStressApp()
DCommandSchedulerTest.java439 mCommandOptions.setLoopMode(true); in testRun_oneConfigLoop()
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java67 public void setLoopMode(boolean loopMode); in setLoopMode() method
DCommandOptions.java276 public void setLoopMode(boolean loopMode) { in setLoopMode() method in CommandOptions
DCommandScheduler.java383 config.getCommandOptions().setLoopMode(false); in scheduleConfig()