Home
last modified time | relevance | path

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

/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
DRsBenchTest.java46 Instrumentation mInst = getInstrumentation(); in setUp() local
56 mAct = (RsBench) mInst.startActivitySync(intent); in setUp()
57 mInst.waitForIdleSync(); in setUp()
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerMeasurement.java41 Instrumentation mInst = getInstrumentation(); in testPageLoadStaticNYTimes() local
44 Intent intent = new Intent(mInst.getContext(), PowerTestActivity.class); in testPageLoadStaticNYTimes()
47 PowerTestActivity activity = (PowerTestActivity)mInst.startActivitySync( in testPageLoadStaticNYTimes()