Searched refs:newMsg (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
D | SapRilReceiver.java | 350 Message newMsg = mSapServerMsgHandler.obtainMessage(SapServer.SAP_MSG_RFC_REPLY, sapMsg); in sendClientMessage() local 351 mSapServerMsgHandler.sendMessage(newMsg); in sendClientMessage() 368 Message newMsg = mSapServerMsgHandler.obtainMessage(SapServer.SAP_MSG_RIL_IND, sapMsg); in sendRilIndMessage() local 369 mSapServerMsgHandler.sendMessage(newMsg); in sendRilIndMessage()
|
D | SapServer.java | 607 Message newMsg = mSapHandler.obtainMessage(SAP_MSG_RFC_REPLY, sapMsg); in sendClientMessage() local 608 mSapHandler.sendMessage(newMsg); in sendClientMessage() 616 Message newMsg = mSapHandler.obtainMessage(SAP_MSG_RIL_REQ, sapMsg); in sendRilThreadMessage() local 617 mSapHandler.sendMessage(newMsg); in sendRilThreadMessage()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | ConversationViewFragment.java | 1657 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/services/Telephony/src/com/android/phone/ |
D | CarrierConfigLoader.java | 234 Message newMsg = obtainMessage(EVENT_FETCH_DEFAULT_DONE, phoneId, -1); in handleMessage() local 235 newMsg.getData().putBoolean("loaded_from_xml", true); in handleMessage() 236 mHandler.sendMessage(newMsg); in handleMessage() 364 Message newMsg = obtainMessage(EVENT_FETCH_CARRIER_DONE, phoneId, -1); in handleMessage() local 365 newMsg.getData().putBoolean("loaded_from_xml", true); in handleMessage() 366 sendMessage(newMsg); in handleMessage()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 2636 Msg newMsg = new Msg(handle, folderId, 1); // TODO: Create define for read-state in pushMessage() local 2637 newMsg.transparent = transparent == 1; in pushMessage() 2640 newMsg.localInitiatedSend = true; in pushMessage() 2642 getMsgListMsg().put(handle, newMsg); in pushMessage() 2729 Msg newMsg = new Msg(id, type, threadId, readFlag); in pushMessage() local 2730 getMsgListSms().put(id, newMsg); in pushMessage() 2925 Msg newMsg = new Msg(id, type, threadId, readStatus); in pushMmsToFolder() local 2926 newMsg.localInitiatedSend = true; in pushMmsToFolder() 2927 getMsgListMms().put(id, newMsg); in pushMmsToFolder()
|