Searched defs:await (Results 1 – 3 of 3) sorted by relevance
26 fun CountDownLatch.await(timeoutMs: Long): Boolean = await(timeoutMs, TimeUnit.MILLISECONDS) method
53 void await() { in await() method in AdbRestoreFinishedLatch
247 private fun Condition.await(timeoutMs: Long) = this.await(timeoutMs, TimeUnit.MILLISECONDS) method