Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DBinderTest.java342 final CountDownLatch alertLatch = new CountDownLatch(1); in testJoinThreadPool() local
349 alertLatch.countDown(); in testJoinThreadPool()
362 assertFalse(alertLatch.await(3, TimeUnit.SECONDS)); in testJoinThreadPool()