Searched refs:mMsgListMsg (Results 1 – 2 of 2) sorted by relevance
98 private Map<Long, Msg> mMsgListMsg = null; field in BluetoothMapMasInstance216 return mMsgListMsg; in getMsgListMsg()220 mMsgListMsg = msgListMsg; in setMsgListMsg()
297 mMsgListMsg = mMasInstance.getMsgListMsg(); in BluetoothMapContentObserver()298 if (mMsgListMsg == null) { in BluetoothMapContentObserver()369 return mMsgListMsg; in getMsgListMsg()374 mMsgListMsg = msgListMsg; in setMsgListMsg()892 private Map<Long, Msg> mMsgListMsg = null; field in BluetoothMapContentObserver