Home
last modified time | relevance | path

Searched defs:newMsg (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapbMessageTest.java280 …BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsEncodeDecodeNativeSubmitPdu() local
341 …BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsEncodeDecodeNativeSubmitPduWithSc() local
373 … BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_UTF8); in testFolderLengthTruncation() local
424 …BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsMultipartDecode() local
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapRilReceiver.java268 Message newMsg = mSapServerMsgHandler.obtainMessage(SapServer.SAP_MSG_RFC_REPLY, sapMsg); in sendClientMessage() local
286 Message newMsg = mSapServerMsgHandler.obtainMessage(SapServer.SAP_MSG_RIL_IND, sapMsg); in sendRilIndMessage() local
DSapServer.java552 Message newMsg = mSapHandler.obtainMessage(SAP_MSG_RFC_REPLY, sapMsg); in sendClientMessage() local
561 Message newMsg = mSapHandler.obtainMessage(SAP_MSG_RIL_REQ, sapMsg); in sendRilThreadMessage() local
/packages/apps/Settings/src/com/android/settings/bluetooth/
DDockService.java333 Message newMsg = mServiceHandler.obtainMessage(MSG_TYPE_UNDOCKED_PERMANENT, state, in msgTypeUndockedTemporary() local
359 Message newMsg = mServiceHandler.obtainMessage( in msgTypeUndockedPermanent() local
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java2501 Msg newMsg = new Msg(handle, folderId, 1); // TODO: Create define for read-state in pushMessage() local
2585 Msg newMsg = new Msg(id, type, threadId, readFlag); in pushMessage() local
2767 Msg newMsg = new Msg(id, type, threadId, readStatus); in pushMmsToFolder() local
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationViewFragment.java1657 final ConversationMessage newMsg = newCursor.getMessage(); in processInPlaceUpdates() local