Searched refs:PowerTestActivity (Results 1 – 2 of 2) sorted by relevance
27 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()
35 public class PowerTestActivity extends Activity { class60 public PowerTestActivity() { in PowerTestActivity() method in PowerTestActivity241 PowerTestActivity.this.setTitle(title); in onReceivedTitle()