Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DAtomTests.java604 final CountDownLatch mLatchNetwork = new CountDownLatch(1); in testGpsStatus() local
608 mLatchNetwork.countDown(); in testGpsStatus()
620 waitForReceiver(context, TIMEOUT_IN_MSEC, mLatchNetwork, null); in testGpsStatus()