Searched refs:DELAY (Results 1 – 6 of 6) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | ServiceTest.java | 89 private static final int DELAY = 5000; field in ServiceTest 471 waitForResultOrThrow(DELAY, "service to start first time"); in startExpectResult() 474 waitForResultOrThrow(DELAY, "service to start second time"); in startExpectResult() 483 waitForResultOrThrow(DELAY, "service to be destroyed"); in startExpectResult() 526 Thread.sleep(DELAY); in assertNotification() 552 Thread.sleep(DELAY); in assertNoNotification() 587 waitForResultOrThrow(DELAY, EXIST_CONN_TO_RECEIVE_SERVICE); in bindExpectResult() 591 waitForResultOrThrow(DELAY, "new connection to receive service"); in bindExpectResult() 606 waitForResultOrThrow(DELAY, EXIST_CONN_TO_LOSE_SERVICE); in bindExpectResult() 618 waitForResultOrThrow(DELAY, EXIST_CONN_TO_RECEIVE_SERVICE); in bindExpectResult() [all …]
|
/cts/suite/audio_quality/test_description/processing/ |
D | calc_delay.py | 72 DELAY = durationInSec / 2.0 * samplingRate variable 73 data1 = data0[DELAY:] 75 print "calc_delay returned", delay, " while expecting ", DELAY
|
/cts/tests/tests/os/src/android/os/cts/ |
D | TokenWatcherTest.java | 35 private static final int DELAY = 500; field in TokenWatcherTest 197 Thread.sleep(DELAY); in waitUntilAcquired() 208 Thread.sleep(DELAY); in waitUntilReleased()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/ |
D | LoginActivityCommonTestCase.java | 293 sReplier.addResponse(new CannedFillResponse.Builder(CannedFillResponse.ResponseType.DELAY) in testResponseFirstAfterResponseSecond()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | InstrumentedAutoFillService.java | 707 if (response.getResponseType() == ResponseType.DELAY) { in onFillRequest()
|
D | CannedFillResponse.java | 309 DELAY enumConstant
|