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.java37 private AutoResetLatch mContentViewLatch = new AutoResetLatch(1); field in AssistantContentViewTest
53 if (!mContentViewLatch.await(Utils.TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in waitForContentView()
79 super(Utils.BROADCAST_CONTENT_VIEW_HEIGHT, mContentViewLatch); in AssistantReceiver()