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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageSms.java 22 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) {
BluetoothMapSmsPdu.java 66 public static class SmsPdu {
79 SmsPdu(byte[] data, int type){
95 SmsPdu(byte[]data, int encoding, int type, int languageTable){
477 public static ArrayList<SmsPdu> getSubmitPdus(String messageText, String address){
488 SmsPdu newPdu;
496 ArrayList<SmsPdu> pdus = new ArrayList<SmsPdu>(msgCount);
511 newPdu = new SmsPdu(data, encoding, phoneType, languageTable);
560 newPdu = new SmsPdu(data, encoding, phoneType, languageTable);
576 public static ArrayList<SmsPdu> getDeliverPdus(String messageText, String address, long date)
    [all...]
BluetoothMapbMessageEmail.java 26 import com.android.bluetooth.map.BluetoothMapSmsPdu.SmsPdu;
BluetoothMapContent.java 40 import com.android.bluetooth.map.BluetoothMapSmsPdu.SmsPdu;
    [all...]

Completed in 74 milliseconds