Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCarrierConfigLoader.java205 Message newMsg = obtainMessage(EVENT_LOADED_FROM_DEFAULT, phoneId, -1);
206 newMsg.getData().putBoolean("loaded_from_xml", true);
207 mHandler.sendMessage(newMsg);
274 Message newMsg = obtainMessage(EVENT_LOADED_FROM_CARRIER, phoneId, -1);
275 newMsg.getData().putBoolean("loaded_from_xml", true);
276 sendMessage(newMsg);
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapRilReceiver.java333 Message newMsg = mSapServerMsgHandler.obtainMessage(SapServer.SAP_MSG_RFC_REPLY, sapMsg); in sendClientMessage() local
334 mSapServerMsgHandler.sendMessage(newMsg); in sendClientMessage()
351 Message newMsg = mSapServerMsgHandler.obtainMessage(SapServer.SAP_MSG_RIL_IND, sapMsg); in sendRilIndMessage() local
352 mSapServerMsgHandler.sendMessage(newMsg); in sendRilIndMessage()
DSapServer.java553 Message newMsg = mSapHandler.obtainMessage(SAP_MSG_RFC_REPLY, sapMsg); in sendClientMessage() local
554 mSapHandler.sendMessage(newMsg); in sendClientMessage()
562 Message newMsg = mSapHandler.obtainMessage(SAP_MSG_RIL_REQ, sapMsg); in sendRilThreadMessage() local
563 mSapHandler.sendMessage(newMsg); in sendRilThreadMessage()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationViewFragment.java1657 final ConversationMessage newMsg = newCursor.getMessage(); in processInPlaceUpdates() local
1663 if (!newMsg.isEqual(oldMsg)) { in processInPlaceUpdates()
1664 mAdapter.updateItemsForMessage(newMsg, changedOverlayPositions); in processInPlaceUpdates()
1666 pos, newMsg.id, newMsg.sendingState); in processInPlaceUpdates()
1670 if (!TextUtils.equals(newMsg.bodyHtml, oldMsg.bodyHtml) || in processInPlaceUpdates()
1671 !TextUtils.equals(newMsg.bodyText, oldMsg.bodyText)) { in processInPlaceUpdates()
1673 idsOfChangedBodies.add('"' + mTemplates.getMessageDomId(newMsg) + '"'); in processInPlaceUpdates()
1674 LogUtils.i(LOG_TAG, "msg #%d (%d): detected body change", pos, newMsg.id); in processInPlaceUpdates()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java2525 Msg newMsg = new Msg(handle, folderId, 1); // TODO: Create define for read-state in pushMessage() local
2526 newMsg.transparent = (transparent == 1) ? true : false; in pushMessage()
2529 newMsg.localInitiatedSend = true; in pushMessage()
2531 getMsgListMsg().put(handle, newMsg); in pushMessage()
2609 Msg newMsg = new Msg(id, type, threadId, readFlag); in pushMessage() local
2610 getMsgListSms().put(id, newMsg); in pushMessage()
2791 Msg newMsg = new Msg(id, type, threadId, readStatus); in pushMmsToFolder() local
2792 newMsg.localInitiatedSend = true; in pushMmsToFolder()
2793 getMsgListMms().put(id, newMsg); in pushMmsToFolder()