Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioRecordingConfigurationTest.java45 private static final long SLEEP_AFTER_STOP_FOR_INACTIVITY_MS = 1000; field in AudioRecordingConfigurationTest
97 Thread.sleep(SLEEP_AFTER_STOP_FOR_INACTIVITY_MS); in tearDown()
132 Thread.sleep(SLEEP_AFTER_STOP_FOR_INACTIVITY_MS); in testAudioManagerGetActiveRecordConfigurations()
187 Thread.sleep(SLEEP_AFTER_STOP_FOR_INACTIVITY_MS); in doCallbackTest()
DAudioRecordTest.java535 final long SLEEP_AFTER_STOP_FOR_INACTIVITY_MS = 1000; in testTimestamp() local
536 Thread.sleep(SLEEP_AFTER_STOP_FOR_INACTIVITY_MS); in testTimestamp()