Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapbMessageTest.java189 …msg.setSmsBodyPdus(BluetoothMapSmsPdu.getDeliverPdus("Let's go fishing!", "00498912345678", date.g… in testSmsEncodeNativeDeliverPdu()
259 msg.setSmsBodyPdus(BluetoothMapSmsPdu.getSubmitPdus("Let's go fishing!", "00498912345678")); in testSmsEncodeDecodeNativeSubmitPdu()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageSms.java30 public void setSmsBodyPdus(ArrayList<SmsPdu> smsBodyPdus) { in setSmsBodyPdus() method in BluetoothMapbMessageSms
DBluetoothMapContent.java1662 message.setSmsBodyPdus(BluetoothMapSmsPdu.getDeliverPdus(msgBody, phone, time)); in getSmsMessage()
1664 message.setSmsBodyPdus(BluetoothMapSmsPdu.getSubmitPdus(msgBody, phone)); in getSmsMessage()