HomeSort by relevance Sort by last modified time
    Searched refs:shouldWait (Results 1 - 4 of 4) sorted by null

  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderTest.java 394 final AtomicBoolean shouldWait = new AtomicBoolean(false);
398 if (shouldWait.get()) {
413 shouldWait.set(true);
621 private final AtomicBoolean shouldWait;
624 DelayingIdentityLoader(AtomicBoolean shouldWait, CountDownLatch delayLatch) {
625 this.shouldWait = shouldWait;
630 if (shouldWait.get()) {
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractScheduledServiceTest.java 290 final AtomicBoolean shouldWait = new AtomicBoolean(true);
294 if (shouldWait.get()) {
310 shouldWait.set(false);
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.cpp     [all...]

Completed in 569 milliseconds