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

  /frameworks/support/lifecycle/extensions/src/androidTest/java/androidx/lifecycle/activity/
FragmentLifecycleActivity.java 46 private final CountDownLatch mDestroyLatch = new CountDownLatch(1);
67 mDestroyLatch.countDown();
119 return mDestroyLatch.await(timeout, timeUnit);
  /cts/tests/tests/assist/src/android/assist/cts/
LifecycleTest.java 47 private CountDownLatch mDestroyLatch;
68 mDestroyLatch = new CountDownLatch(1);
85 mDestroyLatch = null;
118 if (!mDestroyLatch.await(Utils.ACTIVITY_ONRESUME_TIMEOUT_MS, TimeUnit.MILLISECONDS)) {
185 mDestroyLatch.countDown();

Completed in 173 milliseconds