Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java283 mMsgListSms = mMasInstance.getMsgListSms(); in BluetoothMapContentObserver()
341 private Map<Long, Msg> getMsgListSms() { in getMsgListSms() method in BluetoothMapContentObserver
1279 synchronized (getMsgListSms()) { in initMsgList() method
1280 getMsgListSms().clear(); in initMsgList()
1404 synchronized (getMsgListSms()) { in handleMsgListChangesSms() method
1540 for (Msg msg : getMsgListSms().values()) { in handleMsgListChangesSms()
2339 synchronized (getMsgListSms()) { in deleteMessageSms() method
2349 synchronized (getMsgListSms()) { in deleteMessageSms() method
2377 synchronized (getMsgListSms()) { in unDeleteMessageSms() method
2481 synchronized (getMsgListSms()) { in setMessageStatusRead() method
[all …]
H A DBluetoothMapMasInstance.java199 /* package */ Map<Long, Msg> getMsgListSms() { in getMsgListSms() method in BluetoothMapMasInstance