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.java839 public boolean localInitiatedSend = false; // Used for MMS to filter out events field in BluetoothMapContentObserver.Msg
1655 if (!msg.localInitiatedSend) { in handleMsgListChangesMms()
1665 && msg.localInitiatedSend) { in handleMsgListChangesMms()
1667 msg.localInitiatedSend = false; in handleMsgListChangesMms()
1833 && msg.localInitiatedSend) { in handleMsgListChangesMsg()
1839 msg.localInitiatedSend = false; in handleMsgListChangesMsg()
1888 if (msg.localInitiatedSend) { in handleMsgListChangesMsg()
1889 msg.localInitiatedSend = false; in handleMsgListChangesMsg()
2682 newMsg.localInitiatedSend = true; in pushMessage()
2980 newMsg.localInitiatedSend = true; in pushMmsToFolder()