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.java257 int headerStartIndex = index; in decodeWapPdu() local
282 System.arraycopy(pdu, headerStartIndex, header, 0, header.length); in decodeWapPdu()
289 int dataIndex = headerStartIndex + headerLength; in decodeWapPdu()
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java2100 int headerStartIndex = index; in dispatchWapPdu() local
2124 System.arraycopy(pdu, headerStartIndex, header, 0, header.length); in dispatchWapPdu()
2131 int dataIndex = headerStartIndex + headerLength; in dispatchWapPdu()