Searched refs:mMsgListMsg (Results 1 – 2 of 2) sorted by relevance
101 private Map<Long, Msg> mMsgListMsg = null; field in BluetoothMapMasInstance213 return mMsgListMsg; in getMsgListMsg()217 mMsgListMsg = msgListMsg; in setMsgListMsg()
311 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