Searched refs:mVanishedLatch (Results 1 – 1 of 1) sorted by relevance
136 private CountDownLatch mVanishedLatch = new CountDownLatch(1); field in TaskFragmentOrganizerTestBase.BasicTaskFragmentOrganizer163 mVanishedLatch = new CountDownLatch(1); in resetLatch()222 assertThat(mVanishedLatch.await(WAIT_TIMEOUT_IN_SECOND, TimeUnit.SECONDS)).isTrue(); in waitForTaskFragmentRemoved()279 mVanishedLatch.countDown(); in onTaskFragmentVanished()