Searched refs:BluetoothMapSmsPdu (Results 1 – 3 of 3) sorted by relevance
22 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()
41 public class BluetoothMapSmsPdu { class
3444 message.setSmsBodyPdus(BluetoothMapSmsPdu.getDeliverPdus(msgBody, in getSmsMessage()3447 message.setSmsBodyPdus(BluetoothMapSmsPdu.getSubmitPdus(msgBody, phone)); in getSmsMessage()