Home
last modified time | relevance | path

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

/cts/tests/tests/assist/src/android/assist/cts/
DScreenshotTest.java76 waitForAssistantToBeReady(mReadyLatch); in testRedScreenshot()
87 waitForAssistantToBeReady(mReadyLatch); in testGreenScreenshot()
98 waitForAssistantToBeReady(mReadyLatch); in testBlueScreenshot()
DAssistStructureTest.java85 waitForAssistantToBeReady(mReadyLatch); in testAssistStructure()
DFlagSecureTest.java81 waitForAssistantToBeReady(mReadyLatch); in testSecureActivity()
DExtraAssistDataTest.java70 waitForAssistantToBeReady(mReadyLatch); in testAssistContentAndAssistData()
DAssistantContentViewTest.java87 waitForAssistantToBeReady(mReadyLatch); in testAssistantContentViewDimens()
DLifecycleTest.java102 waitForAssistantToBeReady(mReadyLatch); in testLayerDoesNotTriggerLifecycleMethods()
DAssistTestBase.java126 public void waitForAssistantToBeReady(CountDownLatch latch) throws Exception { in waitForAssistantToBeReady() method in AssistTestBase