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.java2451 String msgBody = ((BluetoothMapbMessageEmail) msg).getEmailBody(); in pushMessage() local
2453 int length = msgBody.length(); in pushMessage()
2455 String messages[] = msgBody.split("\r\n"); in pushMessage()
2480 os.write(msgBody.getBytes(), 0, msgBody.getBytes().length); in pushMessage()
2520 String msgBody = null; in pushMessage() local
2527 msgBody = ((BluetoothMapbMessageMime) msg).getMessageAsText(); in pushMessage()
2529 ArrayList<String> parts = smsMng.divideMessage(msgBody); in pushMessage()
2538 msgBody = null; in pushMessage()
2550 if(msgBody == null) in pushMessage()
2551 msgBody = ((BluetoothMapbMessageSms) msg).getSmsBody(); in pushMessage()
[all …]
DBluetoothMapContent.java3400 String msgBody; in getSmsMessage() local
3430 msgBody = c.getString(c.getColumnIndex(Sms.BODY)); in getSmsMessage()
3445 message.setSmsBodyPdus(BluetoothMapSmsPdu.getDeliverPdus(msgBody, in getSmsMessage()
3448 message.setSmsBodyPdus(BluetoothMapSmsPdu.getSubmitPdus(msgBody, phone)); in getSmsMessage()
3450 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()