Searched refs:sCountDownLatch (Results 1 – 2 of 2) sorted by relevance
31 private static CountDownLatch sCountDownLatch; field in BluetoothScanReceiver42 if (sCountDownLatch != null) { in onReceive()43 sCountDownLatch.countDown(); in onReceive()44 sCountDownLatch = null; in onReceive()49 sCountDownLatch = new CountDownLatch(1); in createCountDownLatch()50 return sCountDownLatch; in createCountDownLatch()
48 private static CountDownLatch sCountDownLatch; field in CollectionAppWidgetProvider64 sCountDownLatch = countDownLatch; in configure()171 sCountDownLatch.countDown(); in onUpdate()176 sCountDownLatch.countDown(); in onEnabled()