Home
last modified time | relevance | path

Searched refs:BluetoothMapSmsPdu (Results 1 – 5 of 5) 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()
DBluetoothMapbMessageEmail.java26 import com.android.bluetooth.map.BluetoothMapSmsPdu.SmsPdu;
DBluetoothMapSmsPdu.java46 public class BluetoothMapSmsPdu { class
DBluetoothMapContent.java3445 message.setSmsBodyPdus(BluetoothMapSmsPdu.getDeliverPdus(msgBody, in getSmsMessage()
3448 message.setSmsBodyPdus(BluetoothMapSmsPdu.getSubmitPdus(msgBody, phone)); in getSmsMessage()
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapbMessageTest.java15 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()