Searched defs:setMsgListSms (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMasInstance.java196 /* package */ void setMsgListSms(Map<Long, Msg> msgListSms) { method in class:BluetoothMapMasInstance
H A DBluetoothMapContentObserver.java312 setMsgListSms(new HashMap<Long, Msg>(), false);
358 private void setMsgListSms(Map<Long, Msg> msgListSms, boolean changesDetected) { method in class:BluetoothMapContentObserver
363 mMasInstance.setMsgListSms(msgListSms);
1226 setMsgListSms(msgListSms, true); // Set initial folder version counter
1474 setMsgListSms(msgListSms, listChanged);

Completed in 76 milliseconds