Home
last modified time | relevance | path

Searched refs:maxAttempts (Results 1 – 2 of 2) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
DRetryRule.java35 public RetryRule(int maxAttempts) { in RetryRule() argument
36 if (maxAttempts < 2) { in RetryRule()
40 mMaxAttempts = maxAttempts; in RetryRule()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java167 final int maxAttempts = 5; in assertRestrictBackgroundChangedReceived() local
178 } while (attempts <= maxAttempts); in assertRestrictBackgroundChangedReceived()
180 + maxAttempts * SLEEP_TIME_SEC + " seconds", expectedCount, count); in assertRestrictBackgroundChangedReceived()