Home
last modified time | relevance | path

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

/cts/tests/tests/net/src/android/net/cts/
DConnectivityReceiver.java31 static CountDownLatch sLatch; field in ConnectivityReceiver
36 sLatch = new CountDownLatch(1); in prepare()
42 sLatch.await(30, TimeUnit.SECONDS); in waitForBroadcast()
47 sLatch = null; in waitForBroadcast()
64 if (sLatch != null) { in onReceive()
65 sLatch.countDown(); in onReceive()
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DSimpleJobService.java41 private static CountDownLatch sLatch; field in SimpleJobService
52 if (sLatch != null) {
53 sLatch.countDown();
64 sLatch = new CountDownLatch(1); in resetCountDownLatch()
65 return sLatch; in resetCountDownLatch()