Searched refs:msgBody (Results 1 – 4 of 4) sorted by relevance
1182 String msgBody = ((BluetoothMapbMessageEmail) msg).getEmailBody(); in pushMessage() local1184 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() local1256 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 …]
1622 String msgBody; in getSmsMessage() local1650 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()
130 var msgBody;135 msgBody = bodyDivs[i];138 text = msgBody.textContent || msgBody.innerText;
119 public static String wrapMessageBody(String msgBody) { in wrapMessageBody() argument122 return msgBody; in wrapMessageBody()