Home
last modified time | relevance | path

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

/cts/hostsidetests/theme/
Dandroid_device.py50 attempts = 0
52 while not boot_complete and (attempts*wait_period) < timeout:
58 attempts += 1
65 attempts = 0
67 while not service_found and (attempts*wait_period) < timeout:
73 attempts += 1
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java212 int attempts = 0; in assertRestrictBackgroundChangedReceived() local
216 attempts++; in assertRestrictBackgroundChangedReceived()
222 + attempts + " attempts; sleeping " in assertRestrictBackgroundChangedReceived()
225 } while (attempts <= maxAttempts); in assertRestrictBackgroundChangedReceived()