Home
last modified time | relevance | path

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

/cts/tests/tests/security/src/android/security/cts/
DClonedSecureRandomTest.java42 private static final int MAX_SHUTDOWN_TRIES = 50; field in ClonedSecureRandomTest
165 … } while (!serviceStopLatch.await(100, TimeUnit.MILLISECONDS) && tries++ < MAX_SHUTDOWN_TRIES); in testCheckForDuplicateOutput()
166 … assertTrue("Background process should have stopped already", tries < MAX_SHUTDOWN_TRIES); in testCheckForDuplicateOutput()