Searched refs:mLatchStart (Results 1 – 2 of 2) sorted by relevance
53 private final CountDownLatch mLatchStart = new CountDownLatch(1); field in LocalVoiceInteractionTest78 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()
35 private final CountDownLatch mLatchStart; field in TestGnssStatusCallback47 mLatchStart = new CountDownLatch(1); in TestGnssStatusCallback()58 mLatchStart.countDown(); in onStarted()128 return TestUtils.waitFor(mLatchStart, TIMEOUT_IN_SEC); in awaitStart()