HomeSort by relevance Sort by last modified time
    Searched defs:pdu (Results 26 - 50 of 59) sorted by null

12 3

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 117 * be a String representing the status report PDU, as ASCII hex.
137 fillIn.putExtra("pdu", IccUtils.hexStringToBytes(pduString));
155 SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu( local
157 if (pdu != null) {
158 HashMap map = SmsTrackerMapFactory(destAddr, scAddr, destPort, data, pdu);
171 SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu( local
173 if (pdu != null) {
174 HashMap map = SmsTrackerMapFactory(destAddr, scAddr, text, pdu);
195 SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress, local
198 if (pdu != null)
    [all...]