Home
last modified time | relevance | path

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

/cts/tests/location/common/src/android/location/cts/common/
DTestGnssStatusCallback.java37 private final CountDownLatch mLatchTtff; field in TestGnssStatusCallback
49 mLatchTtff = new CountDownLatch(1); in TestGnssStatusCallback()
70 mLatchTtff.countDown(); in onFirstFix()
136 return TestUtils.waitFor(mLatchTtff, TIMEOUT_IN_SEC); in awaitTtff()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DAtomTests.java499 final CountDownLatch mLatchTtff = new CountDownLatch(1); in testGpsStatus() local
515 mLatchTtff.countDown(); in testGpsStatus()
537 waitForReceiver(context, TIMEOUT_IN_MSEC, mLatchTtff, null); in testGpsStatus()