Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java101 private Map<Long, Msg> mMsgListMsg = null; field in BluetoothMapMasInstance
213 return mMsgListMsg; in getMsgListMsg()
217 mMsgListMsg = msgListMsg; in setMsgListMsg()
DBluetoothMapContentObserver.java311 mMsgListMsg = mMasInstance.getMsgListMsg(); in BluetoothMapContentObserver()
312 if (mMsgListMsg == null) { in BluetoothMapContentObserver()
396 return mMsgListMsg; in getMsgListMsg()
401 mMsgListMsg = msgListMsg; in setMsgListMsg()
980 private Map<Long, Msg> mMsgListMsg = null; field in BluetoothMapContentObserver