Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DTestGnssStatusCallback.java39 private final CountDownLatch mLatchTtff; field in TestGnssStatusCallback
51 mLatchTtff = new CountDownLatch(1); in TestGnssStatusCallback()
72 mLatchTtff.countDown(); in onFirstFix()
138 return TestUtils.waitFor(mLatchTtff, TIMEOUT_IN_SEC); in awaitTtff()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DAtomTests.java624 final CountDownLatch mLatchTtff = new CountDownLatch(1); in testGpsStatus() local
640 mLatchTtff.countDown(); in testGpsStatus()
662 waitForReceiver(context, TIMEOUT_IN_MSEC, mLatchTtff, null); in testGpsStatus()