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