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.java559 protected void assertDelayedShellCommand(String command, int maxTries, int napTimeSeconds, in assertDelayedShellCommand() argument
561 assertDelayedShellCommand(command, maxTries, napTimeSeconds, new ExpectResultChecker() { in assertDelayedShellCommand()
579 protected void assertDelayedShellCommand(String command, int maxTries, int napTimeSeconds, in assertDelayedShellCommand() argument
587 + "; sleeping " + napTimeSeconds + "s before trying again"); in assertDelayedShellCommand()
588 SystemClock.sleep(napTimeSeconds * SECOND_IN_MS); in assertDelayedShellCommand()