Searched refs:timeUnit (Results 1 – 1 of 1) sorted by relevance
99 public boolean waitForCompletion(long timeout, TimeUnit timeUnit) throws InterruptedException { in waitForCompletion() argument100 return mParallelTestComplete.await(timeout, timeUnit); in waitForCompletion()