History log of /frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
13f77349778fbe95d665542be6f05006879854e2 04-Dec-2012 Guang Zhu <guangzhu@google.com> more app launch test tweaks

to get closer to the previous harness:
* sleep 750ms after launch then press HOME
* force close app after launch
* sleep 2s then move to next app

Change-Id: I70fefa7f3e87c637ed8b4cb2981c26d665c94319
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java
c28a062ffd7edbdbd936c750fa3ec3f81b0d1b44 02-Dec-2012 Guang Zhu <guangzhu@google.com> app launch test fixes and improvements

* fixed NPE when specified app name does not exist
* force stop package before starting, because some names may
resolve into the same package
* ensure app is launched in the order as sepcified in command
line
* fixed time recording: it should have been 'thisTime' as
reported by ActivityManager, to be consistent with previous
harness

Change-Id: I411a568580feef21821dcbe6ec15884f697af6fd
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java
f58e5b6cdcecee6184784b3a6ac33f60341de170 03-Oct-2012 Maxim Siniavine <siniavine@google.com> Added app launch test.

The test will start each app and report the time it takes for
the app to start in milliseconds.

Change-Id: I974ac36f70f0d982aa01e46824fe138eb641d680
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java