Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageSms.java22 import com.android.bluetooth.map.BluetoothMapSmsPdu.SmsPdu;
59 mSmsBody += BluetoothMapSmsPdu.decodePdu(msgBytes, in parseMsgPart()
60 mType == TYPE.SMS_CDMA ? BluetoothMapSmsPdu.SMS_TYPE_CDMA in parseMsgPart()
61 : BluetoothMapSmsPdu.SMS_TYPE_GSM); in parseMsgPart()
DBluetoothMapSmsPdu.java41 public class BluetoothMapSmsPdu { class
DBluetoothMapContent.java3444 message.setSmsBodyPdus(BluetoothMapSmsPdu.getDeliverPdus(msgBody, in getSmsMessage()
3447 message.setSmsBodyPdus(BluetoothMapSmsPdu.getSubmitPdus(msgBody, phone)); in getSmsMessage()