Searched refs:SmsPdu (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessageSms.java22 import com.android.bluetooth.map.BluetoothMapSmsPdu.SmsPdu;
27 private ArrayList<SmsPdu> mSmsBodyPdus = null;
30 public void setSmsBodyPdus(ArrayList<SmsPdu> smsBodyPdus) {
82 for (SmsPdu pdu : mSmsBodyPdus) {
H A DBluetoothMapSmsPdu.java61 public static class SmsPdu { class in class:BluetoothMapSmsPdu
74 SmsPdu(byte[] data, int type){ method in class:BluetoothMapSmsPdu.SmsPdu
90 SmsPdu(byte[]data, int encoding, int type, int languageTable){ method in class:BluetoothMapSmsPdu.SmsPdu
472 public static ArrayList<SmsPdu> getSubmitPdus(String messageText, String address){
483 SmsPdu newPdu;
491 ArrayList<SmsPdu> pdus = new ArrayList<SmsPdu>(msgCount);
506 newPdu = new SmsPdu(data, encoding, phoneType, languageTable);
555 newPdu = new SmsPdu(data, encoding, phoneType, languageTable);
571 public static ArrayList<SmsPdu> getDeliverPdu
[all...]

Completed in 141 milliseconds