Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/localvoiceinteraction/src/android/voiceinteraction/cts/localvoiceinteraction/
DLocalVoiceInteractionTest.java53 private final CountDownLatch mLatchStart = new CountDownLatch(1); field in LocalVoiceInteractionTest
78 activity.startLocalInteraction(mLatchStart); in testLifecycle()
81 if (!mLatchStart.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in testLifecycle()
103 activity.startLocalInteraction(mLatchStart); in testGrantVisibilityOnStartLocalInteraction()
106 if (!mLatchStart.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in testGrantVisibilityOnStartLocalInteraction()
/cts/tests/location/common/src/android/location/cts/common/
DTestGnssStatusCallback.java35 private final CountDownLatch mLatchStart; field in TestGnssStatusCallback
47 mLatchStart = new CountDownLatch(1); in TestGnssStatusCallback()
58 mLatchStart.countDown(); in onStarted()
128 return TestUtils.waitFor(mLatchStart, TIMEOUT_IN_SEC); in awaitStart()