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.java64 private static final int SLEEP_TIME_SEC = 1; field in AbstractRestrictBackgroundNetworkTestCase
176 + SLEEP_TIME_SEC + " seconds before trying again"); in assertRestrictBackgroundChangedReceived()
177 SystemClock.sleep(SLEEP_TIME_SEC * SECOND_IN_MS); in assertRestrictBackgroundChangedReceived()
180 + maxAttempts * SLEEP_TIME_SEC + " seconds", expectedCount, count); in assertRestrictBackgroundChangedReceived()