Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerStressApp.java49 mCommandOptions.setMinLoopTime(0); in CommandSchedulerStressApp()
DCommandSchedulerFuncTest.java105 mCommandOptions.setMinLoopTime(0); in setUp()
DCommandSchedulerTest.java440 mCommandOptions.setMinLoopTime(50); in testRun_oneConfigLoop()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandOptions.java293 void setMinLoopTime(long loopTime) { in setMinLoopTime() method in CommandOptions