Home
last modified time | relevance | path

Searched refs:attempts (Results 1 – 3 of 3) 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.java186 int attempts = 0; in assertRestrictBackgroundChangedReceived() local
190 attempts++; in assertRestrictBackgroundChangedReceived()
198 + attempts + " attempts; sleeping " in assertRestrictBackgroundChangedReceived()
201 } while (attempts <= maxAttempts); in assertRestrictBackgroundChangedReceived()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
Draw_converter.rscript82 // This attempts to apply tonemapping without changing the hue of each pixel,