Home
last modified time | relevance | path

Searched refs:SLEEP_TIME (Results 1 – 12 of 12) 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()
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java81 final long SLEEP_TIME = 5000; // milliseconds field in NotificationAssistantServiceTest
185 Thread.sleep(SLEEP_TIME); // wait for adjustment to be processed in testAdjustNotification_userSentimentKey()
211 Thread.sleep(SLEEP_TIME); // wait for adjustment to be processed in testAdjustNotification_proposedImportanceKey()
236 Thread.sleep(SLEEP_TIME); // wait for adjustment to be processed in testAdjustNotification_sensitiveContentKey()
263 Thread.sleep(SLEEP_TIME); // wait for adjustment to be processed in testAdjustNotification_importanceKey()
303 Thread.sleep(SLEEP_TIME); // wait for adjustments to be processed in testAdjustNotifications_rankingScoreKey()
349 Thread.sleep(SLEEP_TIME); //wait for adjustment to be processed in testAdjustNotification_smartActionKey()
389 Thread.sleep(SLEEP_TIME); //wait for adjustment to be processed in testAdjustNotification_smartReplyKey()
472 Thread.sleep(SLEEP_TIME); in testOnNotificationSnoozedUntilContext()
499 Thread.sleep(SLEEP_TIME); in testUnsnoozeFromNAS()
[all …]
/cts/tests/tests/media/player/src/android/media/player/cts/
DMediaPlayerTest.java313 Thread.sleep(SLEEP_TIME); in testPlayContentUri()
360 Thread.sleep(SLEEP_TIME); in testPlayAudioFromDataURI()
376 Thread.sleep(SLEEP_TIME); in testPlayAudioFromDataURI()
429 Thread.sleep(SLEEP_TIME);
447 Thread.sleep(SLEEP_TIME);
481 Thread.sleep(SLEEP_TIME); // Delay each track to be able to hear them
488 Thread.sleep(SLEEP_TIME);
489 offsets.add(Math.abs(pos + SLEEP_TIME - mp.getCurrentPosition()));
534 Thread.sleep(SLEEP_TIME); in testPlayAudioLooping()
584 Thread.sleep(SLEEP_TIME); in runMidiTest()
[all …]
DStreamingMediaPlayerTest.java311 Thread.sleep(SLEEP_TIME); in localHttpAudioStreamTest()
/cts/tests/tests/os/src/android/os/cts/
DConditionVariableTest.java30 private static final int SLEEP_TIME = 1000; field in ConditionVariableTest
65 Thread.sleep(SLEEP_TIME); in testConditionVariable()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DHardwarePropertiesManagerTest.java33 public static final long SLEEP_TIME = 10; field in HardwarePropertiesManagerTest
172 Thread.sleep(SLEEP_TIME); in testHardwarePropertiesManager()
/cts/tests/tests/media/common/src/android/media/cts/
DMediaTestBase.java39 protected static final int SLEEP_TIME = 1000; field in MediaTestBase
DMediaPlayerTestBase.java223 Thread.sleep(SLEEP_TIME); in playLoadedVideo()
/cts/tests/tests/opengl/src/android/opengl/cts/
DNativeColorBufferTest.java24 private static final long SLEEP_TIME = 500l; field in NativeColorBufferTest
DColorBufferTest.java24 private static final long SLEEP_TIME = 500l; field in ColorBufferTest
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioRecordTest.java190 final int SLEEP_TIME = 10; in testAudioRecordOP() local
221 Thread.sleep(SLEEP_TIME); in testAudioRecordOP()
236 Thread.sleep(SLEEP_TIME); in testAudioRecordOP()
251 Thread.sleep(SLEEP_TIME); in testAudioRecordOP()
274 Thread.sleep(SLEEP_TIME); in testAudioRecordOP()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaMetadataRetrieverTest.java95 protected static final int SLEEP_TIME = 1000; field in MediaMetadataRetrieverTest