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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSMSDispatcher.java587 byte[][] pdus = null;
612 pdus = new byte[concatRef.msgCount][];
616 pdus[cursorSequence - 1] = HexDump.hexStringToByteArray(
620 pdus[concatRef.seqNumber - 1] = sms.getPdu();
647 SmsMessage msg = SmsMessage.createFromPdu(pdus[i]);
655 dispatchPortAddressedPdus(pdus, portAddrs.destPort);
659 dispatchPdus(pdus);
667 * @param pdus The raw PDUs making up the message
669 protected void dispatchPdus(byte[][] pdus) { argument
671 intent.putExtra("pdus", pdu
681 dispatchPortAddressedPdus(byte[][] pdus, int port) argument
984 dispatchBroadcastPdus(byte[][] pdus, boolean isEmergencyMessage) argument
[all...]

Completed in 44 milliseconds