Searched refs:msgBody (Results 1 – 3 of 3) sorted by relevance
2618 String msgBody = ((BluetoothMapbMessageEmail) msg).getEmailBody(); in pushMessage() local2620 int length = msgBody.length(); in pushMessage()2622 String[] messages = msgBody.split("\r\n"); in pushMessage()2651 os.write(msgBody.getBytes(), 0, msgBody.getBytes().length); in pushMessage()2708 String msgBody = null; in pushMessage() local2715 msgBody = ((BluetoothMapbMessageMime) msg).getMessageAsText(); in pushMessage()2717 ArrayList<String> parts = smsMng.divideMessage(msgBody); in pushMessage()2730 msgBody = null; in pushMessage()2742 if (msgBody == null) { in pushMessage()2743 msgBody = ((BluetoothMapbMessageSms) msg).getSmsBody(); in pushMessage()[all …]
3660 String msgBody; in getSmsMessage() local3694 msgBody = c.getString(c.getColumnIndex(Sms.BODY)); in getSmsMessage()3710 BluetoothMapSmsPdu.getDeliverPdus(mContext, msgBody, phone, time)); in getSmsMessage()3713 BluetoothMapSmsPdu.getSubmitPdus(mContext, msgBody, phone)); in getSmsMessage()3716 message.setSmsBody(msgBody); in getSmsMessage()
197 String msgBody = message.getMessageBody(); in shouldDisplayMessage() local198 if (msgBody == null || msgBody.length() == 0) { in shouldDisplayMessage()