Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java211 int headerStartIndex = index; in decodeWapPdu() local
236 System.arraycopy(pdu, headerStartIndex, header, 0, header.length); in decodeWapPdu()
243 int dataIndex = headerStartIndex + headerLength; in decodeWapPdu()
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java2104 int headerStartIndex = index; in dispatchWapPdu() local
2128 System.arraycopy(pdu, headerStartIndex, header, 0, header.length); in dispatchWapPdu()
2135 int dataIndex = headerStartIndex + headerLength; in dispatchWapPdu()