Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java76 public void setLoopMode(boolean loopMode); in setLoopMode() method
DCommandOptions.java224 public void setLoopMode(boolean loopMode) { in setLoopMode() method in CommandOptions
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerStressApp.java48 mCommandOptions.setLoopMode(false); in CommandSchedulerStressApp()
DCommandSchedulerFuncTest.java93 mCommandOptions.setLoopMode(true); in setUp()
391 mCommandOptions.setLoopMode(false); in testShutdown_notInterruptible()
506 mCommandOptions.setLoopMode(false); in testShutdown_notInterruptible_timeout()
578 mCommandOptions.setLoopMode(false); in testShutdown_invocation_timeout()
DCommandSchedulerTest.java416 mCommandOptions.setLoopMode(true); in testRun_oneConfigLoop()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java377 mStubConfiguration.getCommandOptions().setLoopMode(false); in testInvoke_noBuildRetry()
677 mStubConfiguration.getCommandOptions().setLoopMode(false); in testInvoke_retry()