Searched refs:napTimeSeconds (Results 1 – 1 of 1) sorted by relevance
439 protected void assertDelayedShellCommand(String command, int maxTries, int napTimeSeconds, in assertDelayedShellCommand() argument441 assertDelayedShellCommand(command, maxTries, napTimeSeconds, new ExpectResultChecker() { in assertDelayedShellCommand()455 protected void assertDelayedShellCommand(String command, int maxTries, int napTimeSeconds, in assertDelayedShellCommand() argument463 + "; sleeping " + napTimeSeconds + "s before trying again"); in assertDelayedShellCommand()464 SystemClock.sleep(napTimeSeconds * SECOND_IN_MS); in assertDelayedShellCommand()