Home
last modified time | relevance | path

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

/cts/tests/tests/security/src/android/security/cts/
DClonedSecureRandomTest.java139 final CountDownLatch serviceStopLatch = new CountDownLatch(1); in testCheckForDuplicateOutput() local
143 serviceStopLatch.countDown(); in testCheckForDuplicateOutput()
165 … } while (!serviceStopLatch.await(100, TimeUnit.MILLISECONDS) && tries++ < MAX_SHUTDOWN_TRIES); in testCheckForDuplicateOutput()