Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/tests/voiceinteraction/localvoiceinteraction/src/android/voiceinteraction/cts/localvoiceinteraction/
H A DLocalVoiceInteractionTest.java54 private final CountDownLatch mLatchStop = new CountDownLatch(1); field in LocalVoiceInteractionTest
/aosp_15_r20/cts/tests/location/common/src/android/location/cts/common/
H A DTestGnssStatusCallback.java38 private final CountDownLatch mLatchStop; field in TestGnssStatusCallback