HomeSort by relevance Sort by last modified time
    Searched refs:SmsPdu (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageSms.java 20 import com.android.bluetooth.map.BluetoothMapSmsPdu.SmsPdu;
28 private ArrayList<SmsPdu> mSmsBodyPdus = null;
31 public void setSmsBodyPdus(ArrayList<SmsPdu> smsBodyPdus) {
109 for (SmsPdu pdu : mSmsBodyPdus) {
BluetoothMapSmsPdu.java 63 public static class SmsPdu {
77 SmsPdu(byte[] data, int type) {
93 SmsPdu(byte[] data, int encoding, int type, int languageTable) {
505 public static ArrayList<SmsPdu> getSubmitPdus(String messageText, String address) {
520 SmsPdu newPdu;
528 ArrayList<SmsPdu> pdus = new ArrayList<SmsPdu>(msgCount);
545 newPdu = new SmsPdu(data, encoding, phoneType, languageTable);
593 newPdu = new SmsPdu(data, encoding, phoneType, languageTable);
610 public static ArrayList<SmsPdu> getDeliverPdus(String messageText, String address, long date)
    [all...]

Completed in 95 milliseconds