OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLoopTime
(Results
1 - 4
of
4
) sorted by null
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
CommandOptionsTest.java
30
* Test that {@link CommandOptions#
getLoopTime
()} returns min-loop-time when
37
assertEquals(10, co.
getLoopTime
());
41
* Test that {@link CommandOptions#
getLoopTime
()} returns a random time between min loop time
49
long loop = co.
getLoopTime
();
61
assertEquals(0, co.
getLoopTime
());
/tools/tradefederation/core/src/com/android/tradefed/command/
ICommandOptions.java
60
* @deprecated use {@link #
getLoopTime
()} instead
69
public long
getLoopTime
();
CommandOptions.java
243
* @deprecated use {@link #
getLoopTime
()} instead
255
public long
getLoopTime
() {
CommandScheduler.java
367
return addExecCommandToQueue(execCmd, config.getCommandOptions().
getLoopTime
());
[
all
...]
Completed in 61 milliseconds