Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMasClient.java220 WeakReference<MasClient> mInst; field in MasClient.MasClientHandler
224 mInst = new WeakReference<>(inst); in MasClientHandler()
229 MasClient inst = mInst.get(); in handleMessage()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpBipClient.java386 WeakReference<AvrcpBipClient> mInst; field in AvrcpBipClient.AvrcpBipClientHandler
390 mInst = new WeakReference<>(inst); in AvrcpBipClientHandler()
395 AvrcpBipClient inst = mInst.get(); in handleMessage()