Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioRecordingConfigurationTest.java51 private static final long SLEEP_AFTER_STOP_FOR_INACTIVITY_MS = 1000; field in AudioRecordingConfigurationTest
103 Thread.sleep(SLEEP_AFTER_STOP_FOR_INACTIVITY_MS); in tearDown()
141 Thread.sleep(SLEEP_AFTER_STOP_FOR_INACTIVITY_MS); in testAudioManagerGetActiveRecordConfigurations()
204 Thread.sleep(SLEEP_AFTER_STOP_FOR_INACTIVITY_MS); in doCallbackTest()
213 Thread.sleep(SLEEP_AFTER_STOP_FOR_INACTIVITY_MS); in doCallbackTest()
DAudioPlaybackCaptureTest.java491 final long SLEEP_AFTER_STOP_FOR_INACTIVITY_MS = 1000; in testPlaybackCaptureDoS() local
492 Thread.sleep(SLEEP_AFTER_STOP_FOR_INACTIVITY_MS); in testPlaybackCaptureDoS()
DAudioRecordTest.java649 final long SLEEP_AFTER_STOP_FOR_INACTIVITY_MS = 1000; in testTimestamp() local
650 Thread.sleep(SLEEP_AFTER_STOP_FOR_INACTIVITY_MS); in testTimestamp()