Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java1108 msg.localInitiatedSend = true; in handleMsgListChangesMsg_withNonExistingMessage_andVersion11()
1160 msg.localInitiatedSend = false; in handleMsgListChangesMsg_withNonExistingMessage_andVersion12()
1193 msg.localInitiatedSend = false; in handleMsgListChangesMsg_withNonExistingMessage_andVersion10()
1264 msg.localInitiatedSend = true; in handleMsgListChangesMsg_withExistingMessage_andNonNullSentFolder()
1301 msg.localInitiatedSend = true; in handleMsgListChangesMsg_withExistingMessage_andNonNullTransparentSentFolder()
1341 msg.localInitiatedSend = true; in handleMsgListChangesMsg_withExistingMessage_andUnknownOldFolder()
1630 msg.localInitiatedSend = false; in handleMsgListChangesMms_withExistingMessage_withNonEqualType_andLocalSendFalse()
1670 msg.localInitiatedSend = true; in handleMsgListChangesMms_withExistingMessage_withNonEqualType_andLocalSendTrue()
1710 msg.localInitiatedSend = true; in handleMsgListChangesMms_withExistingMessage_withDeletedThreadId()
1752 msg.localInitiatedSend = true; in handleMsgListChangesMms_withExistingMessage_withUndeletedThreadId()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java927 public boolean localInitiatedSend = false; // Used for MMS to filter out events field in BluetoothMapContentObserver.Msg
1914 if (!msg.localInitiatedSend) { in handleMsgListChangesMms()
1930 && msg.localInitiatedSend) { in handleMsgListChangesMms()
1932 msg.localInitiatedSend = false; in handleMsgListChangesMms()
2173 && msg.localInitiatedSend) { in handleMsgListChangesMsg()
2182 msg.localInitiatedSend = false; in handleMsgListChangesMsg()
2245 if (msg.localInitiatedSend) { in handleMsgListChangesMsg()
2246 msg.localInitiatedSend = false; in handleMsgListChangesMsg()
3200 newMsg.localInitiatedSend = true; in pushMessage()
3530 newMsg.localInitiatedSend = true; in pushMmsToFolder()