Home
last modified time | relevance | path

Searched refs:mAttempts (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSBucketUtil.java72 private int mAttempts = 1; field in GCSBucketUtil
185 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, commandAsStr); in copy()
200 return mAttempts; in getAttempts()
283 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, in makeBucket()
321 mAttempts, in ls()
428 mAttempts, in stat()
464 mAttempts, in md5Hash()
588 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, in remove()
648 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, command); in removeBucket()
664 mAttempts = attempts; in setAttempts()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DInstrumentationPreparer.java87 private int mAttempts = 1; field in InstrumentationPreparer
104 for (int i = 0; i < mAttempts; i++) { in setUp()
204 mAttempts = attempts; in setAttempts()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DGranularRetriableTestWrapperTest.java96 protected int mAttempts = 0; field in GranularRetriableTestWrapperTest.BasicFakeTest
112 mAttempts = 0; in BasicFakeTest()
149 if (passAttempt == -1 || mAttempts < passAttempt) { in run()
157 if (mClearRunFailureAttempt != null && mClearRunFailureAttempt == mAttempts + 1) { in run()
162 mAttempts++; in run()
250 mAttempts = 0; in MultiTestOneRunFakeTest()
285 if (passAttempt == -1 || mAttempts < passAttempt) { in run()
294 mAttempts++; in run()