Searched refs:mInst (Results 1 – 3 of 3) sorted by relevance
41 Instrumentation mInst = getInstrumentation(); in testPageLoadStaticNYTimes() local44 Intent intent = new Intent(mInst.getContext(), PowerTestActivity.class); in testPageLoadStaticNYTimes()47 PowerTestActivity activity = (PowerTestActivity)mInst.startActivitySync( in testPageLoadStaticNYTimes()
40 private Instrumentation mInst = null; field in CameraTestResultPrinter45 mInst = instrumentation; in CameraTestResultPrinter()87 mInst.sendStatus(INST_STATUS_IN_PROGRESS, output); in sendInstrumentationStatus()
64 WeakReference<BluetoothMasObexClientSession> mInst; field in BluetoothMasObexClientSession.ObexClientHandler68 mInst = new WeakReference<BluetoothMasObexClientSession>(inst); in ObexClientHandler()73 BluetoothMasObexClientSession inst = mInst.get(); in handleMessage()