Searched refs:napTimeSeconds (Results 1 – 1 of 1) sorted by relevance
559 protected void assertDelayedShellCommand(String command, int maxTries, int napTimeSeconds, in assertDelayedShellCommand() argument561 assertDelayedShellCommand(command, maxTries, napTimeSeconds, new ExpectResultChecker() { in assertDelayedShellCommand()579 protected void assertDelayedShellCommand(String command, int maxTries, int napTimeSeconds, in assertDelayedShellCommand() argument587 + "; sleeping " + napTimeSeconds + "s before trying again"); in assertDelayedShellCommand()588 SystemClock.sleep(napTimeSeconds * SECOND_IN_MS); in assertDelayedShellCommand()