Searched refs:waitForResultOrThrow (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/os/src/android/os/cts/ |
D | BinderTest.java | 215 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()
|
D | ActivityTestsBase.java | 131 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/src/android/app/cts/ |
D | ServiceTest.java | 421 waitForResultOrThrow(DELAY, "service to start first time"); in startExpectResult() 424 waitForResultOrThrow(DELAY, "service to start second time"); in startExpectResult() 433 waitForResultOrThrow(DELAY, "service to be destroyed"); in startExpectResult() 537 waitForResultOrThrow(DELAY, EXIST_CONN_TO_RECEIVE_SERVICE); in bindExpectResult() 541 waitForResultOrThrow(DELAY, "new connection to receive service"); in bindExpectResult() 556 waitForResultOrThrow(DELAY, EXIST_CONN_TO_LOSE_SERVICE); in bindExpectResult() 568 waitForResultOrThrow(DELAY, EXIST_CONN_TO_RECEIVE_SERVICE); in bindExpectResult() 582 waitForResultOrThrow(DELAY, EXIST_CONN_TO_LOSE_SERVICE); in bindExpectResult() 594 waitForResultOrThrow(DELAY, EXIST_CONN_TO_RECEIVE_SERVICE); in bindExpectResult() 608 waitForResultOrThrow(DELAY, "existing connection to unbind service"); in bindExpectResult() [all …]
|
/cts/tests/app/app/src/android/app/stubs/ |
D | ActivityTestsBase.java | 145 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
|