Searched refs:mDestroyedLatch (Results 1 – 2 of 2) sorted by relevance
49 private final CountDownLatch mDestroyedLatch = new CountDownLatch(1); field in AbstractAutoFillActivity140 if (!mDestroyedLatch.await(timeout.ms(), TimeUnit.MILLISECONDS)) { in waitUntilDestroyed()165 mDestroyedLatch.countDown(); in onDestroy()
147 private final CountDownLatch mDestroyedLatch = new CountDownLatch(1); field in ActivitiesWatcher.ActivityWatcher183 return mDestroyedLatch; in getLatch()