Searched refs:onDestroyLatch (Results 1 – 2 of 2) sorted by relevance
45 public final CountDownLatch onDestroyLatch = new CountDownLatch(1); field in FragmentTestActivity63 onDestroyLatch.countDown(); in onDestroy()
960 assertTrue(activity.onDestroyLatch.await(1000, TimeUnit.MILLISECONDS)); in fragmentActivityFinishEarly()