Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DAliasActivityTest.java28 private static final long SLEEP_TIME = 1000; field in AliasActivityTest
46 Thread.sleep(SLEEP_TIME); in testAliasActivity()
DDialogTest.java59 protected static final long SLEEP_TIME = 200; field in DialogTest
/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerTest.java227 Thread.sleep(SLEEP_TIME); in testPlayAudioFromDataURI()
243 Thread.sleep(SLEEP_TIME); in testPlayAudioFromDataURI()
279 Thread.sleep(SLEEP_TIME);
297 Thread.sleep(SLEEP_TIME);
333 Thread.sleep(SLEEP_TIME);
375 Thread.sleep(SLEEP_TIME);
456 Thread.sleep(SLEEP_TIME);
460 Thread.sleep(SLEEP_TIME);
461 assertFalse("player was still playing after " + SLEEP_TIME + " ms", mp.isPlaying());
466 Thread.sleep(SLEEP_TIME);
[all …]
DMediaPlayerTestBase.java35 protected static final int SLEEP_TIME = 1000; field in MediaPlayerTestBase
287 Thread.sleep(SLEEP_TIME); in playLoadedVideo()
DAudioRecordTest.java140 final int SLEEP_TIME = 10; in testAudioRecordOP() local
171 Thread.sleep(SLEEP_TIME); in testAudioRecordOP()
186 Thread.sleep(SLEEP_TIME); in testAudioRecordOP()
201 Thread.sleep(SLEEP_TIME); in testAudioRecordOP()
224 Thread.sleep(SLEEP_TIME); in testAudioRecordOP()
DStreamingMediaPlayerTest.java240 Thread.sleep(SLEEP_TIME); in localHttpAudioStreamTest()
/cts/tests/tests/os/src/android/os/cts/
DConditionVariableTest.java26 private static final int SLEEP_TIME = 1000; field in ConditionVariableTest
61 Thread.sleep(SLEEP_TIME); in testConditionVariable()
DMessageTest.java27 public static final int SLEEP_TIME = 300; field in MessageTest
220 sleep(SLEEP_TIME); in testSendToTarget()
272 sleep(SLEEP_TIME); in testRecycleThrowsIfMessageIsBeingDelivered()
292 sleep(SLEEP_TIME); in testSendMessageThrowsIfMessageIsBeingDelivered()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DHardwarePropertiesManagerTest.java35 public static final long SLEEP_TIME = 10; field in HardwarePropertiesManagerTest
163 Thread.sleep(SLEEP_TIME); in testHardwarePropertiesManager()
/cts/tests/tests/opengl/src/android/opengl/cts/
DNativeColorBufferTest.java21 private static final long SLEEP_TIME = 500l; field in NativeColorBufferTest
DColorBufferTest.java21 private static final long SLEEP_TIME = 500l; field in ColorBufferTest