Home
last modified time | relevance | path

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

/cts/tests/ui/src/android/ui/cts/
DScrollingActivity.java39 private CountDownLatch mLatchStop = null; field in ScrollingActivity
64 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()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DLocalVoiceInteractionTest.java45 private final CountDownLatch mLatchStop = new CountDownLatch(1); field in LocalVoiceInteractionTest
77 mTestActivity.stopLocalInteraction(mLatchStop); in testLifecycle()
78 if (!mLatchStop.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in testLifecycle()