Home
last modified time | relevance | path

Searched refs:timeoutInSec (Results 1 – 1 of 1) sorted by relevance

/cts/suite/cts/hostTests/uihost/control/src/com/android/cts/taskswitching/control/
DTaskswitchingDeviceTest.java105 public boolean waitForBroadcast(long timeoutInSec) throws InterruptedException { in waitForBroadcast() argument
106 return mSemaphore.tryAcquire(timeoutInSec, TimeUnit.SECONDS); in waitForBroadcast()