Home
last modified time | relevance | path

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

/cts/tests/tests/assist/src/android/assist/cts/
DScreenshotTest.java80 waitForAssistantToBeReady(mReadyLatch); in testRedScreenshot()
95 waitForAssistantToBeReady(mReadyLatch); in testGreenScreenshot()
110 waitForAssistantToBeReady(mReadyLatch); in testBlueScreenshot()
DAssistStructureTest.java89 waitForAssistantToBeReady(mReadyLatch); in testAssistStructure()
DFlagSecureTest.java85 waitForAssistantToBeReady(mReadyLatch); in testSecureActivity()
DLargeViewHierarchyTest.java88 waitForAssistantToBeReady(mReadyLatch); in testTextView()
DExtraAssistDataTest.java74 waitForAssistantToBeReady(mReadyLatch); in testAssistContentAndAssistData()
DFocusChangeTest.java94 waitForAssistantToBeReady(mReadyLatch); in testLayerCausesUnderlyingActivityToLoseFocus()
DTextViewTest.java91 waitForAssistantToBeReady(mReadyLatch); in testTextView()
DWebViewTest.java102 waitForAssistantToBeReady(mReadyLatch); in testWebView()
DAssistantContentViewTest.java91 waitForAssistantToBeReady(mReadyLatch); in testAssistantContentViewDimens()
DLifecycleTest.java106 waitForAssistantToBeReady(mReadyLatch); in testLayerDoesNotTriggerLifecycleMethods()
DAssistTestBase.java134 public void waitForAssistantToBeReady(CountDownLatch latch) throws Exception { in waitForAssistantToBeReady() method in AssistTestBase