Searched refs:mContentViewLatch (Results 1 – 1 of 1) sorted by relevance
45 private CountDownLatch mContentViewLatch, mReadyLatch; field in AssistantContentViewTest51 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()