Searched refs:timeInSeconds (Results 1 – 1 of 1) sorted by relevance
82 public void assertLogcatDoesNotContainInOrder(int timeInSeconds, String... logcatStrings) in assertLogcatDoesNotContainInOrder() argument85 int stringsFound = numberOfLogcatStringsFound("", timeInSeconds, logcatStrings); in assertLogcatDoesNotContainInOrder()95 String filterSpec, int timeInSeconds, String... logcatStrings) in numberOfLogcatStringsFound() argument97 long timeout = System.currentTimeMillis() + TimeUnit.SECONDS.toMillis(timeInSeconds); in numberOfLogcatStringsFound()