Home
last modified time | relevance | path

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

/cts/tests/tests/assist/src/android/assist/cts/
DAssistantContentViewTest.java45 private CountDownLatch mContentViewLatch, mReadyLatch; field in AssistantContentViewTest
51 mContentViewLatch = new CountDownLatch(1); in setUp()
80 if (!mContentViewLatch.await(Utils.TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in waitForContentView()
107 if (mContentViewLatch != null) { in onReceive()
108 mContentViewLatch.countDown(); in onReceive()