Searched refs:mLatchStop (Results 1 – 2 of 2) sorted by relevance
54 private final CountDownLatch mLatchStop = new CountDownLatch(1); field in LocalVoiceInteractionTest87 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()
38 private final CountDownLatch mLatchStop; field in TestGnssStatusCallback50 mLatchStop = new CountDownLatch(1); in TestGnssStatusCallback()64 mLatchStop.countDown(); in onStopped()140 return TestUtils.waitFor(mLatchStop, TIMEOUT_IN_SEC); in awaitStop()