Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DTestGnssStatusCallback.java40 private final CountDownLatch mLatchStop; field in TestGnssStatusCallback
52 mLatchStop = new CountDownLatch(1); in TestGnssStatusCallback()
66 mLatchStop.countDown(); in onStopped()
142 return TestUtils.waitFor(mLatchStop, TIMEOUT_IN_SEC); in awaitStop()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DLocalVoiceInteractionTest.java47 private final CountDownLatch mLatchStop = new CountDownLatch(1); field in LocalVoiceInteractionTest
74 mTestActivity.stopLocalInteraction(mLatchStop); in testLifecycle()
75 if (!mLatchStop.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in testLifecycle()