/cts/tests/app/src/android/app/cts/ |
D | AliasActivityTest.java | 28 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/ |
D | NotificationAssistantServiceTest.java | 81 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/ |
D | MediaPlayerTest.java | 313 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 …]
|
D | StreamingMediaPlayerTest.java | 311 Thread.sleep(SLEEP_TIME); in localHttpAudioStreamTest()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | ConditionVariableTest.java | 30 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/ |
D | HardwarePropertiesManagerTest.java | 33 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/ |
D | MediaTestBase.java | 39 protected static final int SLEEP_TIME = 1000; field in MediaTestBase
|
D | MediaPlayerTestBase.java | 223 Thread.sleep(SLEEP_TIME); in playLoadedVideo()
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | NativeColorBufferTest.java | 24 private static final long SLEEP_TIME = 500l; field in NativeColorBufferTest
|
D | ColorBufferTest.java | 24 private static final long SLEEP_TIME = 500l; field in ColorBufferTest
|
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | AudioRecordTest.java | 190 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/ |
D | MediaMetadataRetrieverTest.java | 95 protected static final int SLEEP_TIME = 1000; field in MediaMetadataRetrieverTest
|