Searched refs:waitForAssistantToBeReady (Results 1 – 7 of 7) sorted by relevance
76 waitForAssistantToBeReady(mReadyLatch); in testRedScreenshot()87 waitForAssistantToBeReady(mReadyLatch); in testGreenScreenshot()98 waitForAssistantToBeReady(mReadyLatch); in testBlueScreenshot()
85 waitForAssistantToBeReady(mReadyLatch); in testAssistStructure()
81 waitForAssistantToBeReady(mReadyLatch); in testSecureActivity()
70 waitForAssistantToBeReady(mReadyLatch); in testAssistContentAndAssistData()
87 waitForAssistantToBeReady(mReadyLatch); in testAssistantContentViewDimens()
102 waitForAssistantToBeReady(mReadyLatch); in testLayerDoesNotTriggerLifecycleMethods()
126 public void waitForAssistantToBeReady(CountDownLatch latch) throws Exception { in waitForAssistantToBeReady() method in AssistTestBase