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.java203 …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()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageSms.java30 public void setSmsBodyPdus(ArrayList<SmsPdu> smsBodyPdus) { in setSmsBodyPdus() method in BluetoothMapbMessageSms
DBluetoothMapContent.java3445 message.setSmsBodyPdus(BluetoothMapSmsPdu.getDeliverPdus(msgBody, in getSmsMessage()
3448 message.setSmsBodyPdus(BluetoothMapSmsPdu.getSubmitPdus(msgBody, phone)); in getSmsMessage()