HomeSort by relevance Sort by last modified time
    Searched defs:waitForResultOrThrow (Results 1 - 4 of 4) sorted by null

  /cts/tests/src/android/app/cts/
ActivityTestsBase.java 131 return waitForResultOrThrow(TIMEOUT_MS);
145 public int waitForResultOrThrow(int timeoutMs) {
146 return waitForResultOrThrow(timeoutMs, null);
149 public int waitForResultOrThrow(int timeoutMs, String expected) {
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityTestsBase.java 140 return waitForResultOrThrow(60 * 1000);
143 public int waitForResultOrThrow(int timeoutMs) {
144 return waitForResultOrThrow(timeoutMs, null);
147 public int waitForResultOrThrow(int timeoutMs, String expected) {
  /cts/tests/tests/app/src/android/app/cts/
ServiceTest.java 143 waitForResultOrThrow(DELAY, "service to start first time");
146 waitForResultOrThrow(DELAY, "service to start second time");
155 waitForResultOrThrow(DELAY, "service to be destroyed");
192 waitForResultOrThrow(DELAY, EXIST_CONN_TO_RECEIVE_SERVICE);
196 waitForResultOrThrow(DELAY, "new connection to receive service");
211 waitForResultOrThrow(DELAY, EXIST_CONN_TO_LOSE_SERVICE);
223 waitForResultOrThrow(DELAY, EXIST_CONN_TO_RECEIVE_SERVICE);
237 waitForResultOrThrow(DELAY, EXIST_CONN_TO_LOSE_SERVICE);
249 waitForResultOrThrow(DELAY, EXIST_CONN_TO_RECEIVE_SERVICE);
263 waitForResultOrThrow(DELAY, "existing connection to unbind service")
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 233 waitForResultOrThrow(DELAY_MSEC, "existing connection to receive service");
237 waitForResultOrThrow(DELAY_MSEC, "new connection to receive service");
256 waitForResultOrThrow(DELAY_MSEC, "the existing connection to lose service");
269 waitForResultOrThrow(DELAY_MSEC, "the existing connection to receive service");
287 waitForResultOrThrow(DELAY_MSEC, "the existing connection to lose service");
300 waitForResultOrThrow(DELAY_MSEC, "existing connection to receive service");
318 waitForResultOrThrow(DELAY_MSEC, "existing connection to unbind service");
323 waitForResultOrThrow(DELAY_MSEC, "existing connection to rebind service");
328 waitForResultOrThrow(DELAY_MSEC, "existing connection to lose service");

Completed in 107 milliseconds