Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioPlaybackCaptureTest.java415 final int STOP_TIMEOUT_MS = 1000; in testStopMediaProjectionDuringCapture() local
441 assertTrue("Could not stop the MediaProjection in " + STOP_TIMEOUT_MS + "ms", in testStopMediaProjectionDuringCapture()
442 stopCDL.await(STOP_TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testStopMediaProjectionDuringCapture()