Home
last modified time | relevance | path

Searched refs:DELAY (Results 1 – 6 of 6) sorted by relevance

/cts/tests/app/src/android/app/cts/
DServiceTest.java89 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/
Dcalc_delay.py72 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/
DTokenWatcherTest.java35 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/
DLoginActivityCommonTestCase.java293 sReplier.addResponse(new CannedFillResponse.Builder(CannedFillResponse.ResponseType.DELAY) in testResponseFirstAfterResponseSecond()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DInstrumentedAutoFillService.java707 if (response.getResponseType() == ResponseType.DELAY) { in onFillRequest()
DCannedFillResponse.java309 DELAY enumConstant