Home
last modified time | relevance | path

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

/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java68 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/
Drotation_rig.py21 SLEEP_TIME = 2 # seconds variable
119 time.sleep(SLEEP_TIME)
121 time.sleep(SLEEP_TIME)
/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.java80 protected static final long SLEEP_TIME = 200; field in DialogTest
/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerTest.java241 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 …]
DMediaPlayerTestBase.java43 protected static final int SLEEP_TIME = 1000; field in MediaPlayerTestBase
286 Thread.sleep(SLEEP_TIME); in playLoadedVideo()
DAudioRecordTest.java173 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()
DStreamingMediaPlayerTest.java328 Thread.sleep(SLEEP_TIME); in localHttpAudioStreamTest()
D.goutputstream-9KZYJZ397 Thread.sleep(SLEEP_TIME);
/cts/tests/tests/os/src/android/os/cts/
DConditionVariableTest.java28 private static final int SLEEP_TIME = 1000; field in ConditionVariableTest
63 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
174 Thread.sleep(SLEEP_TIME); in testHardwarePropertiesManager()
/cts/tests/tests/opengl/src/android/opengl/cts/
DColorBufferTest.java21 private static final long SLEEP_TIME = 500l; field in ColorBufferTest
DNativeColorBufferTest.java21 private static final long SLEEP_TIME = 500l; field in NativeColorBufferTest