Searched defs:retryInterval (Results 1 – 3 of 3) sorted by relevance
| /tools/tradefederation/core/common_util/com/android/tradefed/util/ |
| D | IRunUtil.java | 179 public CommandResult runTimedCmdRetry(final long timeout, long retryInterval, in runTimedCmdRetry() 198 long retryInterval, in runTimedCmdRetryWithOutputMonitor() 224 public CommandResult runTimedCmdSilentlyRetry(final long timeout, long retryInterval, in runTimedCmdSilentlyRetry()
|
| D | RunUtil.java | 233 long timeout, long retryInterval, int attempts, String... command) { in runTimedCmdRetry() 242 long retryInterval, in runTimedCmdRetryWithOutputMonitor() 405 public CommandResult runTimedCmdSilentlyRetry(long timeout, long retryInterval, int attempts, in runTimedCmdSilentlyRetry()
|
| /tools/tradefederation/core/src/com/android/tradefed/util/ |
| D | GCSBucketUtil.java | 691 public void setRetryInterval(long retryInterval) { in setRetryInterval()
|