Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarCabinManagerTest.java118 CountDownLatch errorLatch = new CountDownLatch(1); in testError() local
132 errorLatch.countDown(); in testError()
137 assertTrue(errorLatch.await(DEFAULT_WAIT_TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testError()
H A DCarHvacManagerTest.java160 CountDownLatch errorLatch = new CountDownLatch(1); in testError() local
174 errorLatch.countDown(); in testError()
179 assertTrue(errorLatch.await(DEFAULT_WAIT_TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testError()