Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/localvoiceinteraction/src/android/voiceinteraction/cts/localvoiceinteraction/
DLocalVoiceInteractionTest.java54 private final CountDownLatch mLatchStop = new CountDownLatch(1); field in LocalVoiceInteractionTest
87 activity.stopLocalInteraction(mLatchStop); in testLifecycle()
90 if (!mLatchStop.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in testLifecycle()
114 activity.stopLocalInteraction(mLatchStop); in testGrantVisibilityOnStartLocalInteraction()
117 if (!mLatchStop.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in testGrantVisibilityOnStartLocalInteraction()
/cts/tests/location/common/src/android/location/cts/common/
DTestGnssStatusCallback.java38 private final CountDownLatch mLatchStop; field in TestGnssStatusCallback
50 mLatchStop = new CountDownLatch(1); in TestGnssStatusCallback()
64 mLatchStop.countDown(); in onStopped()
140 return TestUtils.waitFor(mLatchStop, TIMEOUT_IN_SEC); in awaitStop()