Searched refs:sLatch (Results 1 – 2 of 2) sorted by relevance
31 static CountDownLatch sLatch; field in ConnectivityReceiver36 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()
41 private static CountDownLatch sLatch; field in SimpleJobService52 if (sLatch != null) {53 sLatch.countDown();64 sLatch = new CountDownLatch(1); in resetCountDownLatch()65 return sLatch; in resetCountDownLatch()