Home
last modified time | relevance | path

Searched defs:onReceiveLatch (Results 1 – 1 of 1) sorted by relevance

/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/
DAtomTests.java594 CountDownLatch onReceiveLatch = new CountDownLatch(1); in testWakeupAlarm() local
647 CountDownLatch onReceiveLatch = new CountDownLatch(1); in testWifiScan() local
746 Context ctx, CountDownLatch onReceiveLatch, IntentFilter intentFilter) { in registerReceiver()