OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PowerTestActivity
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerMeasurement.java
27
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);
PowerTestActivity.java
34
public class
PowerTestActivity
extends Activity {
36
public static final String LOGTAG = "
PowerTestActivity
";
59
public
PowerTestActivity
() {
240
PowerTestActivity
.this.setTitle(title);
Completed in 1958 milliseconds