Home
last modified time | relevance | path

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

/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()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestResultPrinter.java40 private Instrumentation mInst = null; field in CameraTestResultPrinter
45 mInst = instrumentation; in CameraTestResultPrinter()
87 mInst.sendStatus(INST_STATUS_IN_PROGRESS, output); in sendInstrumentationStatus()
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasObexClientSession.java64 WeakReference<BluetoothMasObexClientSession> mInst; field in BluetoothMasObexClientSession.ObexClientHandler
68 mInst = new WeakReference<BluetoothMasObexClientSession>(inst); in ObexClientHandler()
73 BluetoothMasObexClientSession inst = mInst.get(); in handleMessage()