Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandOptionsTest.java37 assertEquals(10, co.getLoopTime()); in testGetLoopTime_minset()
49 long loop = co.getLoopTime(); in testGetLoopTime_maxrandomset()
61 assertEquals(0, co.getLoopTime()); in testGetLoopTime_least()
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java69 public long getLoopTime(); in getLoopTime() method
DCommandOptions.java259 public long getLoopTime() { in getLoopTime() method in CommandOptions