Searched refs:retryInterval (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | IRunUtil.java | 128 public CommandResult runTimedCmdRetry(final long timeout, long retryInterval, in runTimedCmdRetry() argument 153 public CommandResult runTimedCmdSilentlyRetry(final long timeout, long retryInterval, in runTimedCmdSilentlyRetry() argument
|
D | RunUtil.java | 179 long timeout, long retryInterval, int attempts, String... command) { in runTimedCmdRetry() argument 187 sleep(retryInterval); in runTimedCmdRetry() 281 public CommandResult runTimedCmdSilentlyRetry(long timeout, long retryInterval, int attempts, in runTimedCmdSilentlyRetry() argument 290 sleep(retryInterval); in runTimedCmdSilentlyRetry()
|
D | GCSBucketUtil.java | 691 public void setRetryInterval(long retryInterval) { in setRetryInterval() argument 692 mRetryInterval = retryInterval; in setRetryInterval()
|