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

  /frameworks/base/core/tests/coretests/src/android/app/activity/
IntentSenderTest.java 36 waitForResultOrThrow(BROADCAST_TIMEOUT);
56 waitForResultOrThrow(BROADCAST_TIMEOUT);
65 waitForResultOrThrow(BROADCAST_TIMEOUT);
83 waitForResultOrThrow(BROADCAST_TIMEOUT);
ServiceTest.java 202 waitForResultOrThrow(5 * 1000, "service to start first time");
206 waitForResultOrThrow(5 * 1000, "service to start second time");
220 waitForResultOrThrow(5 * 1000, "service to be destroyed");
241 waitForResultOrThrow(5 * 1000, "existing connection to receive service");
245 waitForResultOrThrow(5 * 1000, "new connection to receive service");
264 waitForResultOrThrow(5 * 1000, "existing connection to lose service");
276 waitForResultOrThrow(5 * 1000, "existing connection to receive service");
294 waitForResultOrThrow(5 * 1000, "existing connection to lose service");
306 waitForResultOrThrow(5 * 1000, "existing connection to receive service");
324 waitForResultOrThrow(5 * 1000, "existing connection to unbind service")
    [all...]
BroadcastTest.java 377 waitForResultOrThrow(BROADCAST_TIMEOUT);
394 waitForResultOrThrow(BROADCAST_TIMEOUT);
404 waitForResultOrThrow(BROADCAST_TIMEOUT);
422 waitForResultOrThrow(BROADCAST_TIMEOUT);
428 waitForResultOrThrow(BROADCAST_TIMEOUT);
444 waitForResultOrThrow(BROADCAST_TIMEOUT);
452 waitForResultOrThrow(BROADCAST_TIMEOUT);
468 waitForResultOrThrow(BROADCAST_TIMEOUT);
474 waitForResultOrThrow(BROADCAST_TIMEOUT);
490 waitForResultOrThrow(BROADCAST_TIMEOUT)
    [all...]
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/app/src/android/app/cts/
ServiceTest.java 154 waitForResultOrThrow(DELAY, "service to start first time");
157 waitForResultOrThrow(DELAY, "service to start second time");
166 waitForResultOrThrow(DELAY, "service to be destroyed");
270 waitForResultOrThrow(DELAY, EXIST_CONN_TO_RECEIVE_SERVICE);
274 waitForResultOrThrow(DELAY, "new connection to receive service");
289 waitForResultOrThrow(DELAY, EXIST_CONN_TO_LOSE_SERVICE);
301 waitForResultOrThrow(DELAY, EXIST_CONN_TO_RECEIVE_SERVICE);
315 waitForResultOrThrow(DELAY, EXIST_CONN_TO_LOSE_SERVICE);
327 waitForResultOrThrow(DELAY, EXIST_CONN_TO_RECEIVE_SERVICE);
341 waitForResultOrThrow(DELAY, "existing connection to unbind service")
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 212 waitForResultOrThrow(DELAY_MSEC, "existing connection to receive service");
216 waitForResultOrThrow(DELAY_MSEC, "new connection to receive service");
235 waitForResultOrThrow(DELAY_MSEC, "the existing connection to lose service");
248 waitForResultOrThrow(DELAY_MSEC, "the existing connection to receive service");
266 waitForResultOrThrow(DELAY_MSEC, "the existing connection to lose service");
279 waitForResultOrThrow(DELAY_MSEC, "existing connection to receive service");
297 waitForResultOrThrow(DELAY_MSEC, "existing connection to unbind service");
302 waitForResultOrThrow(DELAY_MSEC, "existing connection to rebind service");
307 waitForResultOrThrow(DELAY_MSEC, "existing connection to lose service");
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) {
  /cts/tests/app/app/src/android/app/stubs/
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) {

Completed in 195 milliseconds