Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DUsimDataDownloadHandler.java123 int tpduIndex = scAddressLength + 1; // start of TPDU in handleDataDownload() local
124 int tpduLength = pdu.length - tpduIndex; in handleDataDownload()
162 System.arraycopy(pdu, tpduIndex, envelope, index, tpduLength); in handleDataDownload()