Searched refs:mTestLatch (Results 1 – 1 of 1) sorted by relevance
327 activity.mTestLatch = new CountDownLatch(1); in testHandleActivityConfigurationChanged_EnsureUpdatesProcessedInOrder()339 activity.mTestLatch.await(TIMEOUT_SEC, TimeUnit.SECONDS); in testHandleActivityConfigurationChanged_EnsureUpdatesProcessedInOrder()343 activity.mTestLatch = null; in testHandleActivityConfigurationChanged_EnsureUpdatesProcessedInOrder()374 activity.mTestLatch = new CountDownLatch(1); in testHandleActivityConfigurationChanged_OnlyAppliesNewestConfiguration()384 activity.mTestLatch.await(TIMEOUT_SEC, TimeUnit.SECONDS); in testHandleActivityConfigurationChanged_OnlyAppliesNewestConfiguration()405 activity.mTestLatch = null; in testHandleActivityConfigurationChanged_OnlyAppliesNewestConfiguration()810 volatile CountDownLatch mTestLatch; field in ActivityThreadTest.TestActivity832 if (mTestLatch != null) { in onConfigurationChanged()833 mTestLatch.countDown(); in onConfigurationChanged()