Searched refs:msgBody (Results 1 - 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DHtmlConversationTemplates.java119 public static String wrapMessageBody(String msgBody) { argument
122 return msgBody;
125 // sb.append(msgBody);
/packages/apps/UnifiedEmail/assets/
H A Dscript.js130 var msgBody;
135 msgBody = bodyDivs[i];
138 text = msgBody.textContent || msgBody.innerText;
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java2475 String msgBody = ((BluetoothMapbMessageEmail) msg).getEmailBody();
2477 int length = msgBody.length();
2479 String messages[] = msgBody.split("\r\n");
2504 os.write(msgBody.getBytes(), 0, msgBody.getBytes().length);
2544 String msgBody = null;
2551 msgBody = ((BluetoothMapbMessageMime) msg).getMessageAsText();
2553 ArrayList<String> parts = smsMng.divideMessage(msgBody);
2562 msgBody = null;
2574 if(msgBody
2971 sendMessage(PushMsgInfo msgInfo, String msgBody) argument
[all...]
H A DBluetoothMapContent.java3399 String msgBody;
3429 msgBody = c.getString(c.getColumnIndex(Sms.BODY));
3444 message.setSmsBodyPdus(BluetoothMapSmsPdu.getDeliverPdus(msgBody,
3447 message.setSmsBodyPdus(BluetoothMapSmsPdu.getSubmitPdus(msgBody, phone));
3449 message.setSmsBody(msgBody);

Completed in 104 milliseconds