Home
last modified time | relevance | path

Searched refs:waitForResultOrThrow (Results 1 – 4 of 4) sorted by relevance

/cts/tests/app/src/android/app/cts/
DServiceTest.java471 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()
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()
632 waitForResultOrThrow(DELAY, EXIST_CONN_TO_LOSE_SERVICE); in bindExpectResult()
644 waitForResultOrThrow(DELAY, EXIST_CONN_TO_RECEIVE_SERVICE); in bindExpectResult()
658 waitForResultOrThrow(DELAY, "existing connection to unbind service"); in bindExpectResult()
[all …]
/cts/tests/tests/os/src/android/os/cts/
DBinderTest.java215 waitForResultOrThrow(DELAY_MSEC, "existing connection to receive service"); in testTransact()
219 waitForResultOrThrow(DELAY_MSEC, "new connection to receive service"); in testTransact()
238 waitForResultOrThrow(DELAY_MSEC, "the existing connection to lose service"); in testTransact()
251 waitForResultOrThrow(DELAY_MSEC, "the existing connection to receive service"); in testTransact()
269 waitForResultOrThrow(DELAY_MSEC, "the existing connection to lose service"); in testTransact()
282 waitForResultOrThrow(DELAY_MSEC, "existing connection to receive service"); in testTransact()
300 waitForResultOrThrow(DELAY_MSEC, "existing connection to unbind service"); in testTransact()
305 waitForResultOrThrow(DELAY_MSEC, "existing connection to rebind service"); in testTransact()
310 waitForResultOrThrow(DELAY_MSEC, "existing connection to lose service"); in testTransact()
DActivityTestsBase.java131 return waitForResultOrThrow(TIMEOUT_MS); in runLaunchpad()
145 public int waitForResultOrThrow(int timeoutMs) { in waitForResultOrThrow() method in ActivityTestsBase
146 return waitForResultOrThrow(timeoutMs, null); in waitForResultOrThrow()
149 public int waitForResultOrThrow(int timeoutMs, String expected) { in waitForResultOrThrow() method in ActivityTestsBase
/cts/tests/app/app/src/android/app/stubs/
DActivityTestsBase.java145 return waitForResultOrThrow(TIMEOUT_MS); in runLaunchpad()
159 public int waitForResultOrThrow(int timeoutMs) { in waitForResultOrThrow() method in ActivityTestsBase
160 return waitForResultOrThrow(timeoutMs, null); in waitForResultOrThrow()
163 public int waitForResultOrThrow(int timeoutMs, String expected) { in waitForResultOrThrow() method in ActivityTestsBase