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.java1182 String msgBody = ((BluetoothMapbMessageEmail) msg).getEmailBody(); in pushMessage() local
1184 int length = msgBody.length(); in pushMessage()
1186 String messages[] = msgBody.split("\r\n"); in pushMessage()
1211 os.write(msgBody.getBytes(), 0, msgBody.getBytes().length); in pushMessage()
1249 String msgBody = null; in pushMessage() local
1256 msgBody = ((BluetoothMapbMessageMms) msg).getMessageAsText(); in pushMessage()
1258 ArrayList<String> parts = smsMng.divideMessage(msgBody); in pushMessage()
1265 msgBody = null; in pushMessage()
1276 if(msgBody == null) in pushMessage()
1277 msgBody = ((BluetoothMapbMessageSms) msg).getSmsBody(); in pushMessage()
[all …]
DBluetoothMapContent.java1622 String msgBody; in getSmsMessage() local
1650 msgBody = c.getString(c.getColumnIndex(Sms.BODY)); in getSmsMessage()
1662 message.setSmsBodyPdus(BluetoothMapSmsPdu.getDeliverPdus(msgBody, phone, time)); in getSmsMessage()
1664 message.setSmsBodyPdus(BluetoothMapSmsPdu.getSubmitPdus(msgBody, phone)); in getSmsMessage()
1666 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()