Searched refs:BluetoothMapSmsPdu (Results 1 – 5 of 5) 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()
26 import com.android.bluetooth.map.BluetoothMapSmsPdu.SmsPdu;
46 public class BluetoothMapSmsPdu { class
3445 message.setSmsBodyPdus(BluetoothMapSmsPdu.getDeliverPdus(msgBody, in getSmsMessage()3448 message.setSmsBodyPdus(BluetoothMapSmsPdu.getSubmitPdus(msgBody, phone)); in getSmsMessage()
15 import com.android.bluetooth.map.BluetoothMapSmsPdu;203 …msg.setSmsBodyPdus(BluetoothMapSmsPdu.getDeliverPdus("Let's go fishing!", "00498912345678", date.g… in testSmsEncodeNativeDeliverPdu()273 msg.setSmsBodyPdus(BluetoothMapSmsPdu.getSubmitPdus("Let's go fishing!", "00498912345678")); in testSmsEncodeDecodeNativeSubmitPdu()