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.java20 import com.android.bluetooth.map.BluetoothMapSmsPdu.SmsPdu;
64 mSmsBody += BluetoothMapSmsPdu.decodePdu(msgBytes, in parseMsgPart()
65 mType == TYPE.SMS_CDMA ? BluetoothMapSmsPdu.SMS_TYPE_CDMA in parseMsgPart()
66 : BluetoothMapSmsPdu.SMS_TYPE_GSM); in parseMsgPart()
DBluetoothMapSmsPdu.java39 public class BluetoothMapSmsPdu { class
DBluetoothMapContent.java3710 BluetoothMapSmsPdu.getDeliverPdus(mContext, msgBody, phone, time)); in getSmsMessage()
3713 BluetoothMapSmsPdu.getSubmitPdus(mContext, msgBody, phone)); in getSmsMessage()