Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java2514 awaitLatch(availableLatch, 10 * CONNECT_TIME_LIMIT_MS); in benchmarkRequestRegistrationAndCallbackDispatch()
2529 awaitLatch(losingLatch, 10 * SWITCH_TIME_LIMIT_MS); in benchmarkRequestRegistrationAndCallbackDispatch()
2557 private boolean awaitLatch(CountDownLatch l, long timeoutMs) { in awaitLatch() method in ConnectivityServiceTest