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