Searched refs:mLatchStop (Results 1 – 2 of 2) sorted by relevance
39 private CountDownLatch mLatchStop = null; field in ScrollingActivity64 mLatchStop = new CountDownLatch(1); in doScroll()75 result = mLatchStop.await(WAIT_TIMEOUT_IN_SECS, TimeUnit.SECONDS); in doScroll()79 mLatchStop = null; in doScroll()94 if (mLatchStop != null) { in onScroll()95 mLatchStop.countDown(); in onScroll()
45 private final CountDownLatch mLatchStop = new CountDownLatch(1); field in LocalVoiceInteractionTest77 mTestActivity.stopLocalInteraction(mLatchStop); in testLifecycle()78 if (!mLatchStop.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in testLifecycle()