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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
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 130 milliseconds