Searched refs:mInst (Results 1 – 3 of 3) sorted by relevance
220 WeakReference<BluetoothPbapObexSession> mInst; field in BluetoothPbapObexSession.ObexClientHandler224 mInst = new WeakReference<BluetoothPbapObexSession>(inst); in ObexClientHandler()229 BluetoothPbapObexSession inst = mInst.get(); in handleMessage()
48 Instrumentation mInst = null; field in CalculatorHitSomeButtons59 mInst = getInstrumentation(); in setUp()142 mInst.sendKeyDownUpSync(keycode); in press()
79 WeakReference<A2dpMediaBrowserService> mInst; field in A2dpMediaBrowserService.AvrcpCommandQueueHandler83 mInst = new WeakReference<A2dpMediaBrowserService>(sink); in AvrcpCommandQueueHandler()88 A2dpMediaBrowserService inst = mInst.get(); in handleMessage()