Home
last modified time | relevance | path

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

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java439 protected void assertDelayedShellCommand(String command, int maxTries, int napTimeSeconds, in assertDelayedShellCommand() argument
441 assertDelayedShellCommand(command, maxTries, napTimeSeconds, new ExpectResultChecker() { in assertDelayedShellCommand()
455 protected void assertDelayedShellCommand(String command, int maxTries, int napTimeSeconds, in assertDelayedShellCommand() argument
463 + "; sleeping " + napTimeSeconds + "s before trying again"); in assertDelayedShellCommand()
464 SystemClock.sleep(napTimeSeconds * SECOND_IN_MS); in assertDelayedShellCommand()