Searched defs:newMsg (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
D | BluetoothMapbMessageTest.java | 280 …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/ |
D | SapRilReceiver.java | 268 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
|
D | SapServer.java | 552 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/ |
D | DockService.java | 333 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/ |
D | BluetoothMapContentObserver.java | 2501 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/ |
D | ConversationViewFragment.java | 1657 final ConversationMessage newMsg = newCursor.getMessage(); in processInPlaceUpdates() local
|