Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaInboundSmsHandler.java407 private static boolean checkDuplicatePortOmadmWapPush(byte[] origPdu, int index) { in checkDuplicatePortOmadmWapPush() argument
409 byte[] omaPdu = new byte[origPdu.length - index]; in checkDuplicatePortOmadmWapPush()
410 System.arraycopy(origPdu, index, omaPdu, 0, omaPdu.length); in checkDuplicatePortOmadmWapPush()