Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandOptionsTest.java41 assertEquals(10, co.getLoopTime()); in testGetLoopTime_minset()
50 assertEquals(0, co.getLoopTime()); in testGetLoopTime_least()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java398 return addExecCommandToQueue(execCmd, config.getCommandOptions().getLoopTime()); in rescheduleCommand()
1467 addExecCommandToQueue(execCmd, config.getCommandOptions().getLoopTime()); in addNewExecCommandToQueue()
DICommandOptions.java60 public long getLoopTime(); in getLoopTime() method
DCommandOptions.java301 public long getLoopTime() { in getLoopTime() method in CommandOptions