Searched refs:timeoutInSec (Results 1 – 1 of 1) sorted by relevance
105 public boolean waitForBroadcast(long timeoutInSec) throws InterruptedException { in waitForBroadcast() argument106 return mSemaphore.tryAcquire(timeoutInSec, TimeUnit.SECONDS); in waitForBroadcast()