Searched refs:connectedConditionRef (Results 1 – 1 of 1) sorted by relevance
191 return connectedConditionRef.getAndSet(/* newValue= */ null); in getAndClearConnectedCondition()202 countDownLatch = connectedConditionRef.get(); in getConnectedCondition()207 } while (!connectedConditionRef.compareAndSet(/* expect= */ null, countDownLatch)); in getConnectedCondition()248 private final AtomicReference<CountDownLatch> connectedConditionRef = new AtomicReference<>(); field in SetupCompatServiceProvider