Searched refs:origPdu (Results 1 – 1 of 1) sorted by relevance
414 private static boolean checkDuplicatePortOmadmWapPush(byte[] origPdu, int index) { in checkDuplicatePortOmadmWapPush() argument416 byte[] omaPdu = new byte[origPdu.length - index]; in checkDuplicatePortOmadmWapPush()417 System.arraycopy(origPdu, index, omaPdu, 0, omaPdu.length); in checkDuplicatePortOmadmWapPush()