Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java2618 String msgBody = ((BluetoothMapbMessageEmail) msg).getEmailBody(); in pushMessage() local
2620 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() local
2715 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 …]
DBluetoothMapContent.java3660 String msgBody; in getSmsMessage() local
3694 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()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java201 String msgBody = message.getMessageBody(); in shouldDisplayMessage() local
202 if (msgBody == null || msgBody.length() == 0) { in shouldDisplayMessage()