Home
last modified time | relevance | path

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

/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DSetupCompatServiceProvider.java191 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