Searched refs:msgBody (Results 1 – 4 of 4) sorted by relevance
2451 String msgBody = ((BluetoothMapbMessageEmail) msg).getEmailBody(); in pushMessage() local2453 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() local2527 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 …]
3400 String msgBody; in getSmsMessage() local3430 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()
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()