Home
last modified time | relevance | path

Searched refs:getDeliverPdus (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()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapSmsPdu.java576 public static ArrayList<SmsPdu> getDeliverPdus(String messageText, String address, long date){ in getDeliverPdus() method in BluetoothMapSmsPdu
DBluetoothMapContent.java1662 message.setSmsBodyPdus(BluetoothMapSmsPdu.getDeliverPdus(msgBody, phone, time)); in getSmsMessage()