Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapSmsPdu.java635 int pduLength = data.length - (1 + addressLength); in gsmStripOffScAddress() local
636 byte[] newData = new byte[pduLength]; in gsmStripOffScAddress()
637 System.arraycopy(data, 1 + addressLength, newData, 0, pduLength); in gsmStripOffScAddress()
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DGsmCellBroadcastHandler.java593 int pduLength = receivedPdu.length; in handleGsmBroadcastSms() local
594 for (int i = 0; i < pduLength; i += 8) { in handleGsmBroadcastSms()
596 for (int j = i; j < i + 8 && j < pduLength; j++) { in handleGsmBroadcastSms()