History log of /cts/tests/src/android/app/cts/LaunchpadActivity.java
Revision Date Author Comments
1da4b3ce9249c5ec2713d1ad31913e1fcdae0d7e 18-Jul-2012 Keun young Park <keunyoung@google.com> trial to fix LaunchTest

- timeout sometimes happen: increase time-out timer
- add some debugging messages for idler

Bug: 6449209

Change-Id: I08fd1a3f36354f1b94cb128ff4f466af57e6908e
33f825300d0827e8eb8ff7bffe81954fd4e12359 14-Dec-2010 Brian Muramatsu <btmura@google.com> Fix Activity Lifecycle CTS Tests

Don't check that onSaveInstanceState is called. onSaveInstanceState is
called after onPause now, but onSaveInstanceState may not even be
called anymore.

Change-Id: I4e3e64f730388c01be83221ea364620ab30eee6d
f176eafe119e8065c29f6eb99d62d01274581174 27-Jul-2010 Brian Muramatsu <btmura@google.com> manual cherry-pick of 45f8e6a523a096a3781f90d4fd5d54dcc0673a7e

Change-Id: I770948540f3aca9d930edea7a12119ff63fe9bdf
89674de7bedbd28ae02a65ca7021f3c6be71a823 14-May-2010 Brian Muramatsu <btmura@google.com> Further Activity Lifecycle Testing Improvements

Bug 2639189 2663328 2189784

The prior change ran the lifecycle checking activity and if it
failed to match ran the activity again with a different expected
lifecycle. However, running the activity again could cause the
activity to follow the original lifecycle that failed. Thus,
follow the expected lifecycle as long as possible and then switch
to other possible lifecycles when running into lifecycle mismatches.

Also do not check the lifecycle for onStop or onDestroy methods,
because those are not guaranteed to be executed at all. Delete tests
that checked onStop and onDestroy being called, because they will
probably hang in the future.

Change-Id: I6f721d70861cd9b22523b8aa9b883e7336daab22
23b11d29ae588c229a1890f0742e0f6b3531ba42 07-May-2010 Brian Muramatsu <btmura@android.com> Support Multiple Lifecycles in Tests

Bug 2639189 2663328

Many of the lifecycle tests expected onStop to be called. However,
there is no guarantee that onStop will be called, since that app
may be killed in that situation. Enhance the tests to support
multiple lifecycles by adding a runMultipleLaunchpads method.

Change-Id: I87d031b2ab0bc92554d8208e0c3f000eac1f6cf9
3da7534f2880068b90b88585c45be62751dbfd6b 13-Jan-2010 The Android Open Source Project <initial-contribution@android.com> android-2.1_r1 snapshot
8151e7cd7f60ed986a2132dd0aec271e5fd77b40 12-Jun-2009 Phil Dubach <phillipd@google.com> Integrate unsubmitted cupcake change 147343:
CTS: clean up code in android.app package

Fixes bug 1912974 ActivityManagerTest.testGetRunningServices.
ca82c091c41d9d34cf51090ef74b359b019c9d37 20-Apr-2009 Scott Su <> AI 146896: am: CL 146895 am: CL 146894 CTS: add test cases for android.app.Service
Original author: sus
Merged from: //branches/cupcake/...
Original author: android-build

Automated import of CL 146896
91b14c4a26c89e02a7e6322188089360bf346081 20-Apr-2009 Scott Su <> AI 146895: am: CL 146894 CTS: add test cases for android.app.Service
Original author: sus
Merged from: //branches/cupcake/...

Automated import of CL 146895
9959554f397c098bc3d5cb65e78c2f0fe9cd1e8e 20-Apr-2009 Scott Su <> AI 146894: CTS: add test cases for android.app.Service

Automated import of CL 146894