Searched defs:await (Results 1 – 9 of 9) sorted by relevance
39 public static void await(@NonNull CountDownLatch latch, long timeoutMs) in await() method in JavaMockitoHelper53 public static void await(@NonNull Semaphore semaphore, long timeoutMs) in await() method in JavaMockitoHelper
72 public void await(long timeoutMs) throws InterruptedException { in await() method in SyncAnswer
26 fun CountDownLatch.await(timeoutMs: Long): Boolean = await(timeoutMs, TimeUnit.MILLISECONDS) method
247 private fun Condition.await(timeoutMs: Long) = this.await(timeoutMs, TimeUnit.MILLISECONDS) method
82 public boolean await(long timeoutSeconds) throws InterruptedException { in await() method in ProvisioningResultListener
84 private void await() throws InterruptedException { in await() method in BaseTimeZoneAdapterTest.Observer
310 int await() throws Exception { in await() method in CarPowerManagerUnitTest.WaitablePowerStateListener340 int await() throws Exception { in await() method in CarPowerManagerUnitTest.WaitablePowerStateListenerWithCompletion
197 void await() { in await() method in IkeSocketTestBase.TestCountDownLatch
283 private void await(Map<String, CountDownLatch> latches, String service, String method) in await() method in VendorServiceControllerTest.ServiceLauncherContext