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