Home
last modified time | relevance | path

Searched refs:mAssistDataReceivedLatch (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/assist/src/android/assist/cts/
DDisableContextTest.java59 waitForContext(mAssistDataReceivedLatch); in testContextAndScreenshotOff()
79 waitForContext(mAssistDataReceivedLatch); in testScreenshotOff()
99 waitForContext(mAssistDataReceivedLatch); in testScreenContextOff()
DAssistTestBase.java133 protected AutoResetLatch mAssistDataReceivedLatch = new AutoResetLatch(); field in AssistTestBase
333 return mAssistDataReceivedLatch; in startSession()
769 this.entries.put(Utils.BROADCAST_ASSIST_DATA_INTENT, mAssistDataReceivedLatch); in ActionLatchReceiver()