Searched defs:awaitResult (Results 1 – 3 of 3) sorted by relevance
77 public @NonNull Result awaitResult(long timeoutMillis) throws TimeoutException { in awaitResult() method in SynchronousResultReceiver
374 private static <T> T awaitResult(CountDownLatch latch, AtomicReference<T> resultRef) { in awaitResult() method in RcsFeatureManager
1414 private static <T> T awaitResult(CountDownLatch latch, AtomicReference<T> resultRef) { in awaitResult() method in EuiccController