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

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java362 * @param origPdu The WAP-WDP PDU segment
367 private static boolean checkDuplicatePortOmadmWappush(byte[] origPdu, int index) { argument
369 byte[] omaPdu = new byte[origPdu.length - index];
370 System.arraycopy(origPdu, index, omaPdu, 0, omaPdu.length);

Completed in 184 milliseconds