Searched refs:mRetryInterval (Results 1 – 1 of 1) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | GCSBucketUtil.java | 115 private long mRetryInterval = 0; field in GCSBucketUtil 185 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, commandAsStr); in copy() 228 return mRetryInterval; in getRetryInterval() 283 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, in makeBucket() 320 mRetryInterval, in ls() 427 mRetryInterval, in stat() 463 mRetryInterval, in md5Hash() 588 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, in remove() 648 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, command); in removeBucket() 692 mRetryInterval = retryInterval; in setRetryInterval()
|