Loading tests/BrowserPowerTest/src/com/android/browserpowertest/PowerMeasurement.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -21,7 +21,7 @@ public class PowerMeasurement extends ActivityInstrumentationTestCase2<PowerTest super(PKG_NAME, PowerTestActivity.class); super(PKG_NAME, PowerTestActivity.class); } } public void testPageLoad() throws Throwable { public void testPageLoadStaticNYTimes() throws Throwable { Instrumentation mInst = getInstrumentation(); Instrumentation mInst = getInstrumentation(); PowerTestActivity act = getActivity(); PowerTestActivity act = getActivity(); Loading Loading
tests/BrowserPowerTest/src/com/android/browserpowertest/PowerMeasurement.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -21,7 +21,7 @@ public class PowerMeasurement extends ActivityInstrumentationTestCase2<PowerTest super(PKG_NAME, PowerTestActivity.class); super(PKG_NAME, PowerTestActivity.class); } } public void testPageLoad() throws Throwable { public void testPageLoadStaticNYTimes() throws Throwable { Instrumentation mInst = getInstrumentation(); Instrumentation mInst = getInstrumentation(); PowerTestActivity act = getActivity(); PowerTestActivity act = getActivity(); Loading