Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java832 boolean localInitiatedSend = false; // Used for MMS to filter out events field in BluetoothMapContentObserver.Msg
1548 if(msg.localInitiatedSend == false) { in handleMsgListChangesMms()
1558 && msg.localInitiatedSend == true) { in handleMsgListChangesMms()
1560 msg.localInitiatedSend = false; in handleMsgListChangesMms()
1721 && msg.localInitiatedSend == true) { in handleMsgListChangesMsg()
1727 msg.localInitiatedSend = false; in handleMsgListChangesMsg()
1774 if(msg.localInitiatedSend == true) { in handleMsgListChangesMsg()
1775 msg.localInitiatedSend = false; in handleMsgListChangesMsg()
2505 newMsg.localInitiatedSend = true; in pushMessage()
2768 newMsg.localInitiatedSend = true; in pushMmsToFolder()