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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java675 String msgBody = ((BluetoothMapbMessageSms) msg).getSmsBody();
677 Uri uri = Sms.addMessageToUri(mResolver, contentUri, phone, msgBody,
692 sendMessage(msgInfo, msgBody);
931 public void sendMessage(PushMsgInfo msgInfo, String msgBody) { argument
934 ArrayList<String> parts = smsMng.divideMessage(msgBody);
1137 String msgBody = c.getString(c.getColumnIndex(Sms.BODY));
1142 sendMessage(msgInfo, msgBody);
1157 String msgBody = c.getString(c.getColumnIndex(Sms.BODY));
H A DBluetoothMapContent.java1397 String msgBody;
1423 msgBody = c.getString(c.getColumnIndex(Sms.BODY));
1435 message.setSmsBodyPdus(BluetoothMapSmsPdu.getDeliverPdus(msgBody, phone, time));
1437 message.setSmsBodyPdus(BluetoothMapSmsPdu.getSubmitPdus(msgBody, phone));
1439 message.setSmsBody(msgBody);
/packages/apps/UnifiedEmail/assets/
H A Dscript.js129 var msgBody;
134 msgBody = bodyDivs[i];
137 text = msgBody.textContent || msgBody.innerText;

Completed in 3327 milliseconds