Home
last modified time | relevance | path

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

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java284 final int maxTries = 30; in assertBackgroundState() local
286 for (int i = 1; i <= maxTries; i++) { in assertBackgroundState()
297 fail("App2 is not on background state after " + maxTries + " attempts: " + state ); in assertBackgroundState()
301 final int maxTries = 30; in assertForegroundState() local
303 for (int i = 1; i <= maxTries; i++) { in assertForegroundState()
315 fail("App2 is not on foreground state after " + maxTries + " attempts: " + state ); in assertForegroundState()
319 final int maxTries = 30; in assertForegroundServiceState() local
321 for (int i = 1; i <= maxTries; i++) { in assertForegroundServiceState()
332 fail("App2 is not on foreground service state after " + maxTries + " attempts: " + state ); in assertForegroundServiceState()
346 final int maxTries = 5; in assertNetworkAccess() local
[all …]
/cts/hostsidetests/net/src/com/android/cts/net/
DHostsideRestrictBackgroundNetworkTests.java298 final int maxTries = 5; in assertDelayedCommand() local
299 for (int i = 1; i <= maxTries; i++) { in assertDelayedCommand()
306 fail("Command '" + command + "' did not return '" + expectedResult + "' after " + maxTries in assertDelayedCommand()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DUiBot.java465 final int maxTries = 5; in waitForObject() local
466 final long napTime = timeout / maxTries; in waitForObject()
467 for (int i = 1; i <= maxTries; i++) { in waitForObject()
495 final int maxTries = 5; in waitForObjects() local
496 final long napTime = timeout / maxTries; in waitForObjects()
497 for (int i = 1; i <= maxTries; i++) { in waitForObjects()