Searched refs:waitForResultOrThrow (Results 1 – 4 of 4) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | ServiceTest.java | 482 waitForResultOrThrow(DELAY, "service to start first time"); in startExpectResult() 485 waitForResultOrThrow(DELAY, "service to start second time"); in startExpectResult() 494 waitForResultOrThrow(DELAY, "service to be destroyed"); in startExpectResult() 618 waitForResultOrThrow(DELAY, EXIST_CONN_TO_RECEIVE_SERVICE); in bindExpectResult() 622 waitForResultOrThrow(DELAY, "new connection to receive service"); in bindExpectResult() 637 waitForResultOrThrow(DELAY, EXIST_CONN_TO_LOSE_SERVICE); in bindExpectResult() 649 waitForResultOrThrow(DELAY, EXIST_CONN_TO_RECEIVE_SERVICE); in bindExpectResult() 663 waitForResultOrThrow(DELAY, EXIST_CONN_TO_LOSE_SERVICE); in bindExpectResult() 675 waitForResultOrThrow(DELAY, EXIST_CONN_TO_RECEIVE_SERVICE); in bindExpectResult() 689 waitForResultOrThrow(DELAY, "existing connection to unbind service"); in bindExpectResult() [all …]
|
/cts/tests/tests/os/src/android/os/cts/ |
D | BinderIntegrationTest.java | 218 waitForResultOrThrow(DELAY_MSEC, "existing connection to receive service"); in testTransact() 222 waitForResultOrThrow(DELAY_MSEC, "new connection to receive service"); in testTransact() 241 waitForResultOrThrow(DELAY_MSEC, "the existing connection to lose service"); in testTransact() 254 waitForResultOrThrow(DELAY_MSEC, "the existing connection to receive service"); in testTransact() 272 waitForResultOrThrow(DELAY_MSEC, "the existing connection to lose service"); in testTransact() 285 waitForResultOrThrow(DELAY_MSEC, "existing connection to receive service"); in testTransact() 303 waitForResultOrThrow(DELAY_MSEC, "existing connection to unbind service"); in testTransact() 308 waitForResultOrThrow(DELAY_MSEC, "existing connection to rebind service"); in testTransact() 313 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/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
|