Searched refs:PowerTestActivity (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerMeasurement.java27 public class PowerMeasurement extends ActivityInstrumentationTestCase2<PowerTestActivity> {
37 super(PKG_NAME, PowerTestActivity.class);
42 PowerTestActivity act = getActivity();
44 Intent intent = new Intent(mInst.getContext(), PowerTestActivity.class);
47 PowerTestActivity activity = (PowerTestActivity)mInst.startActivitySync(
53 PowerTestActivity.MSG_NAVIGATE, TIME_OUT, DELAY);
54 msg.getData().putString(PowerTestActivity.MSG_NAV_URL, TESTING_URL);
55 msg.getData().putBoolean(PowerTestActivity.MSG_NAV_LOGTIME, true);
H A DPowerTestActivity.java34 public class PowerTestActivity extends Activity { class in inherits:Activity
36 public static final String LOGTAG = "PowerTestActivity";
59 public PowerTestActivity() { method in class:PowerTestActivity
240 PowerTestActivity.this.setTitle(title);

Completed in 120 milliseconds