Home
last modified time | relevance | path

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

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java82 private static final int SLEEP_TIME_SEC = 1; field in AbstractRestrictBackgroundNetworkTestCase
199 + SLEEP_TIME_SEC + " seconds before trying again"); in assertRestrictBackgroundChangedReceived()
200 SystemClock.sleep(SLEEP_TIME_SEC * SECOND_IN_MS); in assertRestrictBackgroundChangedReceived()
203 + maxAttempts * SLEEP_TIME_SEC + " seconds", expectedCount, count); in assertRestrictBackgroundChangedReceived()