Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java2576 String msgBody = ((BluetoothMapbMessageEmail) msg).getEmailBody(); in pushMessage() local
2578 int length = msgBody.length(); in pushMessage()
2580 String[] messages = msgBody.split("\r\n"); in pushMessage()
2609 os.write(msgBody.getBytes(), 0, msgBody.getBytes().length); in pushMessage()
2654 String msgBody = null; in pushMessage() local
2661 msgBody = ((BluetoothMapbMessageMime) msg).getMessageAsText(); in pushMessage()
2663 ArrayList<String> parts = smsMng.divideMessage(msgBody); in pushMessage()
2676 msgBody = null; in pushMessage()
2688 if (msgBody == null) { in pushMessage()
2689 msgBody = ((BluetoothMapbMessageSms) msg).getSmsBody(); in pushMessage()
[all …]
DBluetoothMapContent.java3666 String msgBody; in getSmsMessage() local
3700 msgBody = c.getString(c.getColumnIndex(Sms.BODY)); in getSmsMessage()
3716 BluetoothMapSmsPdu.getDeliverPdus(msgBody, phone, time)); in getSmsMessage()
3718 message.setSmsBodyPdus(BluetoothMapSmsPdu.getSubmitPdus(msgBody, phone)); in getSmsMessage()
3721 message.setSmsBody(msgBody); in getSmsMessage()
/packages/apps/UnifiedEmail/assets/
Dscript.js130 var msgBody;
135 msgBody = bodyDivs[i];
138 text = msgBody.textContent || msgBody.innerText;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DHtmlConversationTemplates.java119 public static String wrapMessageBody(String msgBody) { in wrapMessageBody() argument
122 return msgBody; in wrapMessageBody()