Searched refs:waitForAssistantToBeReady (Results 1 – 11 of 11) sorted by relevance
80 waitForAssistantToBeReady(mReadyLatch); in testRedScreenshot()95 waitForAssistantToBeReady(mReadyLatch); in testGreenScreenshot()110 waitForAssistantToBeReady(mReadyLatch); in testBlueScreenshot()
89 waitForAssistantToBeReady(mReadyLatch); in testAssistStructure()
85 waitForAssistantToBeReady(mReadyLatch); in testSecureActivity()
88 waitForAssistantToBeReady(mReadyLatch); in testTextView()
74 waitForAssistantToBeReady(mReadyLatch); in testAssistContentAndAssistData()
94 waitForAssistantToBeReady(mReadyLatch); in testLayerCausesUnderlyingActivityToLoseFocus()
91 waitForAssistantToBeReady(mReadyLatch); in testTextView()
102 waitForAssistantToBeReady(mReadyLatch); in testWebView()
91 waitForAssistantToBeReady(mReadyLatch); in testAssistantContentViewDimens()
106 waitForAssistantToBeReady(mReadyLatch); in testLayerDoesNotTriggerLifecycleMethods()
134 public void waitForAssistantToBeReady(CountDownLatch latch) throws Exception { in waitForAssistantToBeReady() method in AssistTestBase