Home
last modified time | relevance | path

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

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothScanReceiver.java31 private static CountDownLatch sCountDownLatch; field in BluetoothScanReceiver
42 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()
/cts/tests/tests/appwidget/src/android/appwidget/cts/provider/
DCollectionAppWidgetProvider.java48 private static CountDownLatch sCountDownLatch; field in CollectionAppWidgetProvider
64 sCountDownLatch = countDownLatch; in configure()
171 sCountDownLatch.countDown(); in onUpdate()
176 sCountDownLatch.countDown(); in onEnabled()