Home
last modified time | relevance | path

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

/cts/tests/tests/database/src/android/database/sqlite/cts/
DDatabaseTestUtils.java32 static boolean waitForConnectionToClose(int maxAttempts, int pollIntervalMs) in waitForConnectionToClose() argument
34 for (int i = 0; i < maxAttempts; i++) { in waitForConnectionToClose()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java188 final int maxAttempts = 5; in assertRestrictBackgroundChangedReceived() local
201 } while (attempts <= maxAttempts); in assertRestrictBackgroundChangedReceived()
203 + maxAttempts * SLEEP_TIME_SEC + " seconds", expectedCount, count); in assertRestrictBackgroundChangedReceived()