Home
last modified time | relevance | path

Searched refs:waitForContext (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/assist/src/android/assist/cts/
DTextViewTest.java54 waitForContext(latch1); in testTextView()
66 waitForContext(latch2); in testTextView()
74 waitForContext(latch3); in testTextView()
82 waitForContext(latch4); in testTextView()
90 waitForContext(latch5); in testTextView()
DDisableContextTest.java59 waitForContext(mAssistDataReceivedLatch); in testContextAndScreenshotOff()
79 waitForContext(mAssistDataReceivedLatch); in testScreenshotOff()
99 waitForContext(mAssistDataReceivedLatch); in testScreenContextOff()
DExtraAssistDataTest.java54 waitForContext(latch); in testAssistContentAndAssistData()
105 waitForContext(latch); in testAssistContentAndDataNullWhenNoFlagsToShowSession()
DLargeViewHierarchyTest.java47 waitForContext(latch); in testTextView()
DFlagSecureTest.java49 waitForContext(latch); in testSecureActivity()
DLifecycleTest.java92 waitForContext(latch); in testLayerDoesNotTriggerLifecycleMethods()
119 waitForContext(latch); in testNoUiLayerDoesNotTriggerLifecycleMethods()
DWebViewTest.java67 waitForContext(startSession()); in testWebView()
DAssistStructureTest.java69 waitForContext(latch); in testAssistStructure()
DScreenshotTest.java89 waitForContext(latch); in delayAndStartSession()
DAssistTestBase.java350 protected boolean waitForContext(AutoResetLatch sessionLatch) throws Exception { in waitForContext() method