Home
last modified time | relevance | path

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

/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerMeasurement.java27 public class PowerMeasurement extends ActivityInstrumentationTestCase2<PowerTestActivity> {
37 super(PKG_NAME, PowerTestActivity.class); in PowerMeasurement()
42 PowerTestActivity act = getActivity(); in testPageLoadStaticNYTimes()
44 Intent intent = new Intent(mInst.getContext(), PowerTestActivity.class); in testPageLoadStaticNYTimes()
47 PowerTestActivity activity = (PowerTestActivity)mInst.startActivitySync( in testPageLoadStaticNYTimes()
53 PowerTestActivity.MSG_NAVIGATE, TIME_OUT, DELAY); in testPageLoadStaticNYTimes()
54 msg.getData().putString(PowerTestActivity.MSG_NAV_URL, TESTING_URL); in testPageLoadStaticNYTimes()
55 msg.getData().putBoolean(PowerTestActivity.MSG_NAV_LOGTIME, true); in testPageLoadStaticNYTimes()
DPowerTestActivity.java35 public class PowerTestActivity extends Activity { class
60 public PowerTestActivity() { in PowerTestActivity() method in PowerTestActivity
241 PowerTestActivity.this.setTitle(title); in onReceivedTitle()