History log of /cts/tests/src/android/app/cts/IntentServiceStub.java
Revision Date Author Comments
d3e94610f842db48598dbccd5728c16bde4d8584 27-Jun-2012 Brian Muramatsu <btmura@google.com> Improvements for IntentServiceTest

- Wait for the onHandleIntent count rather than onDestroy to be called.
- Synchronize reads and writes on static state variables.
- Add a log message to see what's going on when the test fails.

Bug 6297264

Change-Id: Id04219e602a337057488fec366de277f206d2102
0162547f44173f0604d8a80143c128d9892460a1 02-Nov-2011 Kristian Monsen <kristianm@google.com> Renaming DelayedCheck to PollingCheck

This should not change functionality in any way.

Better name, also moving to package android.cts.util when I'm
already there doing renaming.

Want to modify it to check before the first wait as well, but will
wait for this check to be commited first so we can better track
any new test failures.

Change-Id: If6281dd59cb3b183e39c4b9c4f89364e69811751
3da7534f2880068b90b88585c45be62751dbfd6b 13-Jan-2010 The Android Open Source Project <initial-contribution@android.com> android-2.1_r1 snapshot
1ec1e68639bfe5b4995eaf3ece43599fe93cff04 16-Jun-2009 Phil Dubach <phillipd@google.com> Integrate unsubmitted cupcake change 148433:
CTS: add testcase for android.app.IntentService