Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DTestGnssStatusCallback.java37 private final CountDownLatch mLatchStart; field in TestGnssStatusCallback
49 mLatchStart = new CountDownLatch(1); in TestGnssStatusCallback()
60 mLatchStart.countDown(); in onStarted()
130 return TestUtils.waitFor(mLatchStart, TIMEOUT_IN_SEC); in awaitStart()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DLocalVoiceInteractionTest.java46 private final CountDownLatch mLatchStart = new CountDownLatch(1); field in LocalVoiceInteractionTest
69 mTestActivity.startLocalInteraction(mLatchStart); in testLifecycle()
70 if (!mLatchStart.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in testLifecycle()