Searched refs:pduLength (Results 1 – 2 of 2) sorted by relevance
635 int pduLength = data.length - (1 + addressLength); in gsmStripOffScAddress() local636 byte[] newData = new byte[pduLength]; in gsmStripOffScAddress()637 System.arraycopy(data, 1 + addressLength, newData, 0, pduLength); in gsmStripOffScAddress()
593 int pduLength = receivedPdu.length; in handleGsmBroadcastSms() local594 for (int i = 0; i < pduLength; i += 8) { in handleGsmBroadcastSms()596 for (int j = i; j < i + 8 && j < pduLength; j++) { in handleGsmBroadcastSms()