Searched refs:retryInterval (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | IRunUtil.java | 113 public CommandResult runTimedCmdRetry(final long timeout, long retryInterval, in runTimedCmdRetry() argument 138 public CommandResult runTimedCmdSilentlyRetry(final long timeout, long retryInterval, in runTimedCmdSilentlyRetry() argument
|
D | RunUtil.java | 176 long timeout, long retryInterval, int attempts, String... command) { in runTimedCmdRetry() argument 184 sleep(retryInterval); in runTimedCmdRetry() 261 public CommandResult runTimedCmdSilentlyRetry(long timeout, long retryInterval, int attempts, in runTimedCmdSilentlyRetry() argument 270 sleep(retryInterval); in runTimedCmdSilentlyRetry()
|