Home
last modified time | relevance | path

Searched defs:tpduLength (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DUsimDataDownloadHandler.java124 int tpduLength = pdu.length - tpduIndex; in handleDataDownload() local
189 private static int getEnvelopeBodyLength(int scAddressLength, int tpduLength) { in getEnvelopeBodyLength()