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

  /cts/tests/autofillservice/src/android/autofillservice/cts/
AbstractAutoFillActivity.java 44 private final CountDownLatch mDestroyedLatch = new CountDownLatch(1);
135 if (!mDestroyedLatch.await(timeout.ms(), TimeUnit.MILLISECONDS)) {
158 mDestroyedLatch.countDown();
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ActivitiesWatcher.java 147 private final CountDownLatch mDestroyedLatch = new CountDownLatch(1);
183 return mDestroyedLatch;
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
ActivitiesWatcher.java 147 private final CountDownLatch mDestroyedLatch = new CountDownLatch(1);
183 return mDestroyedLatch;

Completed in 230 milliseconds