/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/ |
D | NotificationAssistantServiceTest.java | 74 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/ |
D | AliasActivityTest.java | 28 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/ |
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/tests/tests/media/src/android/media/cts/ |
D | MediaPlayerTest.java | 258 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 …]
|
D | MediaPlayerTestBase.java | 47 protected static final int SLEEP_TIME = 1000; field in MediaPlayerTestBase 297 Thread.sleep(SLEEP_TIME); in playLoadedVideo()
|
D | AudioRecordTest.java | 181 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()
|
D | StreamingMediaPlayerTest.java | 331 Thread.sleep(SLEEP_TIME); in localHttpAudioStreamTest()
|
D | MediaMetadataRetrieverTest.java | 76 protected static final int SLEEP_TIME = 1000; field in MediaMetadataRetrieverTest
|
/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/opengl/src/android/opengl/cts/ |
D | NativeColorBufferTest.java | 21 private static final long SLEEP_TIME = 500l; field in NativeColorBufferTest
|
D | ColorBufferTest.java | 21 private static final long SLEEP_TIME = 500l; field in ColorBufferTest
|