Searched refs:mLatch (Results 1 – 2 of 2) sorted by relevance
51 private CountDownLatch mLatch = new CountDownLatch(1); field in FrameworkLifecycleRegistryActivity76 mLatch.countDown(); in onDestroy()
147 final CountDownLatch mLatch = new CountDownLatch(1); in testPressHomeButton() field in ProcessOwnerTest.GoToBackgroundObserver160 mLatch.countDown(); in testPressHomeButton()166 mLatch.countDown(); in testPressHomeButton()174 goToBackgroundObserver.mLatch.await(TIMEOUT, TimeUnit.SECONDS); in testPressHomeButton()