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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaInboundSmsHandler.java333 * @param origPdu The WAP-WDP PDU segment
338 private static boolean checkDuplicatePortOmadmWapPush(byte[] origPdu, int index) { argument
340 byte[] omaPdu = new byte[origPdu.length - index];
341 System.arraycopy(origPdu, index, omaPdu, 0, omaPdu.length);

Completed in 36 milliseconds