/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/ |
D | NotificationAssistantServiceTest.java | 68 final long SLEEP_TIME = 500; // milliseconds field in NotificationAssistantServiceTest 104 Thread.sleep(SLEEP_TIME); in testOnNotificationEnqueued() 123 Thread.sleep(SLEEP_TIME); // wait for listener and assistant to be allowed in testOnNotificationEnqueued() 161 Thread.sleep(SLEEP_TIME); // wait for adjustment to be processed in testAdjustNotification_userSentimentKey() 195 Thread.sleep(SLEEP_TIME); // wait for adjustment to be processed in testAdjustNotification_importanceKey() 239 Thread.sleep(SLEEP_TIME); //wait for adjustment to be processed in testAdjustNotification_smartActionKey() 285 Thread.sleep(SLEEP_TIME); //wait for adjustment to be processed in testAdjustNotification_smartReplyKey() 325 Thread.sleep(SLEEP_TIME); // wait for adjustment to be processed in testAdjustNotification_importanceKey_notAllowed() 354 Thread.sleep(SLEEP_TIME); // wait for assistant to be allowed in testGetAllowedAssistantCapabilities() 362 Thread.sleep(SLEEP_TIME); in testGetAllowedAssistantCapabilities() [all …]
|
/cts/apps/CameraITS/tools/ |
D | rotation_rig.py | 21 SLEEP_TIME = 2 # seconds variable 119 time.sleep(SLEEP_TIME) 121 time.sleep(SLEEP_TIME)
|
/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()
|
D | DialogTest.java | 80 protected static final long SLEEP_TIME = 200; field in DialogTest
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaPlayerTest.java | 241 Thread.sleep(SLEEP_TIME); in testPlayAudioFromDataURI() 257 Thread.sleep(SLEEP_TIME); in testPlayAudioFromDataURI() 305 Thread.sleep(SLEEP_TIME); 323 Thread.sleep(SLEEP_TIME); 353 Thread.sleep(SLEEP_TIME); // Delay each track to be able to ear them 358 Thread.sleep(SLEEP_TIME); 359 assertEquals(pos + SLEEP_TIME, mp.getCurrentPosition(), tolerance); 395 Thread.sleep(SLEEP_TIME); in testPlayAudioLooping() 437 Thread.sleep(SLEEP_TIME); in testPlayMidi() 580 Thread.sleep(SLEEP_TIME); in testPlayAudioTwice() [all …]
|
D | MediaPlayerTestBase.java | 43 protected static final int SLEEP_TIME = 1000; field in MediaPlayerTestBase 286 Thread.sleep(SLEEP_TIME); in playLoadedVideo()
|
D | AudioRecordTest.java | 173 final int SLEEP_TIME = 10; in testAudioRecordOP() local 204 Thread.sleep(SLEEP_TIME); in testAudioRecordOP() 219 Thread.sleep(SLEEP_TIME); in testAudioRecordOP() 234 Thread.sleep(SLEEP_TIME); in testAudioRecordOP() 257 Thread.sleep(SLEEP_TIME); in testAudioRecordOP()
|
D | StreamingMediaPlayerTest.java | 328 Thread.sleep(SLEEP_TIME); in localHttpAudioStreamTest()
|
D | .goutputstream-9KZYJZ | 397 Thread.sleep(SLEEP_TIME);
|
/cts/tests/tests/os/src/android/os/cts/ |
D | ConditionVariableTest.java | 28 private static final int SLEEP_TIME = 1000; field in ConditionVariableTest 63 Thread.sleep(SLEEP_TIME); in testConditionVariable()
|
D | MessageTest.java | 27 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/ |
D | HardwarePropertiesManagerTest.java | 35 public static final long SLEEP_TIME = 10; field in HardwarePropertiesManagerTest 174 Thread.sleep(SLEEP_TIME); in testHardwarePropertiesManager()
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | ColorBufferTest.java | 21 private static final long SLEEP_TIME = 500l; field in ColorBufferTest
|
D | NativeColorBufferTest.java | 21 private static final long SLEEP_TIME = 500l; field in NativeColorBufferTest
|