Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/apps/alarmhelperapp/src/com/android/server/cts/device/statsdalarmhelper/
DAlarmAtomTests.java47 CountDownLatch onReceiveLatch = new CountDownLatch(1); in testWakeupAlarm() local
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DAtomTests.java770 CountDownLatch onReceiveLatch = new CountDownLatch(1); in testWifiScan() local
995 Context ctx, CountDownLatch onReceiveLatch, IntentFilter intentFilter) { in registerReceiver()