Home
last modified time | relevance | path

Searched refs:getSubmitPdus (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapSmsPdu.java516 public static ArrayList<SmsPdu> getSubmitPdus(Context context, String messageText, in getSubmitPdus() method in BluetoothMapSmsPdu
581 ArrayList<SmsPdu> deliverPdus = getSubmitPdus(context, messageText, address); in getDeliverPdus()
DBluetoothMapContent.java3713 BluetoothMapSmsPdu.getSubmitPdus(mContext, msgBody, phone)); in getSmsMessage()