Searched refs:mDestroyedLatch (Results 1 – 3 of 3) sorted by relevance
44 private final CountDownLatch mDestroyedLatch = new CountDownLatch(1); field in AbstractAutoFillActivity135 if (!mDestroyedLatch.await(timeout.ms(), TimeUnit.MILLISECONDS)) { in waintUntilDestroyed()158 mDestroyedLatch.countDown(); in onDestroy()
147 private final CountDownLatch mDestroyedLatch = new CountDownLatch(1); field in ActivitiesWatcher.ActivityWatcher183 return mDestroyedLatch; in getLatch()