Searched refs:mLatchStart (Results 1 – 2 of 2) sorted by relevance
37 private final CountDownLatch mLatchStart; field in TestGnssStatusCallback49 mLatchStart = new CountDownLatch(1); in TestGnssStatusCallback()60 mLatchStart.countDown(); in onStarted()130 return TestUtils.waitFor(mLatchStart, TIMEOUT_IN_SEC); in awaitStart()
46 private final CountDownLatch mLatchStart = new CountDownLatch(1); field in LocalVoiceInteractionTest69 mTestActivity.startLocalInteraction(mLatchStart); in testLifecycle()70 if (!mLatchStart.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in testLifecycle()