Home
last modified time | relevance | path

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

/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java74 final long SLEEP_TIME = 1000; // milliseconds field in NotificationAssistantServiceTest
111 Thread.sleep(SLEEP_TIME); in testOnNotificationEnqueued()
130 Thread.sleep(SLEEP_TIME); // wait for listener and assistant to be allowed in testOnNotificationEnqueued()
167 Thread.sleep(SLEEP_TIME); // wait for adjustment to be processed in testAdjustNotification_userSentimentKey()
198 Thread.sleep(SLEEP_TIME); // wait for adjustment to be processed in testAdjustNotification_importanceKey()
242 Thread.sleep(SLEEP_TIME); // wait for adjustments to be processed in testAdjustNotifications_rankingScoreKey()
296 Thread.sleep(SLEEP_TIME); //wait for adjustment to be processed in testAdjustNotification_smartActionKey()
339 Thread.sleep(SLEEP_TIME); //wait for adjustment to be processed in testAdjustNotification_smartReplyKey()
376 Thread.sleep(SLEEP_TIME); // wait for adjustment to be processed in testAdjustNotification_importanceKey_notAllowed()
420 Thread.sleep(SLEEP_TIME); // wait for adjustments to be processed in testAdjustNotification_rankingScoreKey_notAllowed()
[all …]
/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/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/tests/tests/media/src/android/media/cts/
DMediaPlayerTest.java258 Thread.sleep(SLEEP_TIME); in testPlayAudioFromDataURI()
274 Thread.sleep(SLEEP_TIME); in testPlayAudioFromDataURI()
322 Thread.sleep(SLEEP_TIME);
340 Thread.sleep(SLEEP_TIME);
372 Thread.sleep(SLEEP_TIME); // Delay each track to be able to ear them
377 Thread.sleep(SLEEP_TIME);
378 assertEquals(pos + SLEEP_TIME, mp.getCurrentPosition(), tolerance);
415 Thread.sleep(SLEEP_TIME); in testPlayAudioLooping()
464 Thread.sleep(SLEEP_TIME); in runMidiTest()
608 Thread.sleep(SLEEP_TIME); in testPlayAudioTwice()
[all …]
DMediaPlayerTestBase.java47 protected static final int SLEEP_TIME = 1000; field in MediaPlayerTestBase
297 Thread.sleep(SLEEP_TIME); in playLoadedVideo()
DAudioRecordTest.java181 final int SLEEP_TIME = 10; in testAudioRecordOP() local
212 Thread.sleep(SLEEP_TIME); in testAudioRecordOP()
227 Thread.sleep(SLEEP_TIME); in testAudioRecordOP()
242 Thread.sleep(SLEEP_TIME); in testAudioRecordOP()
265 Thread.sleep(SLEEP_TIME); in testAudioRecordOP()
DStreamingMediaPlayerTest.java331 Thread.sleep(SLEEP_TIME); in localHttpAudioStreamTest()
DMediaMetadataRetrieverTest.java76 protected static final int SLEEP_TIME = 1000; field in MediaMetadataRetrieverTest
/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/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