Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerFuncTest.java115 mCommandOptions.setLoopMode(true); in setUp()
414 mCommandOptions.setLoopMode(false); in testShutdown_notInterruptible()
542 mCommandOptions.setLoopMode(false); in testShutdown_notInterruptible_timeout()
616 mCommandOptions.setLoopMode(false); in testShutdown_invocation_timeout()
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java70 public void setLoopMode(boolean loopMode); in setLoopMode() method
DCommandOptions.java438 public void setLoopMode(boolean loopMode) { in setLoopMode() method in CommandOptions
DCommandScheduler.java401 config.getCommandOptions().setLoopMode(false); in scheduleConfig()