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 387 final AtomicBoolean shouldWait = new AtomicBoolean(false);
391 if (shouldWait.get()) {
406 shouldWait.set(true);
615 private final AtomicBoolean shouldWait;
618 DelayingIdentityLoader(AtomicBoolean shouldWait, CountDownLatch delayLatch) {
619 this.shouldWait = shouldWait;
624 if (shouldWait.get()) {
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractScheduledServiceTest.java 338 final AtomicBoolean shouldWait = new AtomicBoolean(true);
342 if (shouldWait.get()) {
358 shouldWait.set(false);
  /cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
ActivityManagerTestBase.java     [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]

Completed in 75 milliseconds