diff options
author | Svetoslav <svetoslavganov@google.com> | 2013-01-28 19:55:35 -0800 |
---|---|---|
committer | Svetoslav <svetoslavganov@google.com> | 2013-01-28 19:55:35 -0800 |
commit | 3a34d17412a5a304e39be1966a16627677d2136f (patch) | |
tree | 6f4cb2c0fab6282f1c0318b05200487191cc1021 /tests/AppLaunch | |
parent | 91488eed1745ea0426a73306f133e02d62580f1a (diff) | |
download | frameworks_base-3a34d17412a5a304e39be1966a16627677d2136f.zip frameworks_base-3a34d17412a5a304e39be1966a16627677d2136f.tar.gz frameworks_base-3a34d17412a5a304e39be1966a16627677d2136f.tar.bz2 |
Fixing the build
Change-Id: Ief7654775307c829a60e65217ae821aa6801303c
Diffstat (limited to 'tests/AppLaunch')
-rw-r--r-- | tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java b/tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java index e2cb65d..6b9f4c3 100644 --- a/tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java +++ b/tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java @@ -60,7 +60,7 @@ public class AppLaunch extends InstrumentationTestCase { public void testMeasureStartUpTime() throws RemoteException { InstrumentationTestRunner instrumentation = (InstrumentationTestRunner)getInstrumentation(); - Bundle args = instrumentation.getBundle(); + Bundle args = instrumentation.getArguments(); mAm = ActivityManagerNative.getDefault(); createMappings(); |