Home
last modified time | relevance | path

Searched refs:mLatch (Results 1 – 2 of 2) sorted by relevance

/lifecycle/integration-tests/testapp/src/main/java/androidx/lifecycle/testapp/
DFrameworkLifecycleRegistryActivity.java51 private CountDownLatch mLatch = new CountDownLatch(1); field in FrameworkLifecycleRegistryActivity
76 mLatch.countDown(); in onDestroy()
/lifecycle/integration-tests/testapp/src/androidTest/java/androidx/lifecycle/
DProcessOwnerTest.java147 final CountDownLatch mLatch = new CountDownLatch(1); in testPressHomeButton() field in ProcessOwnerTest.GoToBackgroundObserver
160 mLatch.countDown(); in testPressHomeButton()
166 mLatch.countDown(); in testPressHomeButton()
174 goToBackgroundObserver.mLatch.await(TIMEOUT, TimeUnit.SECONDS); in testPressHomeButton()