Home
last modified time | relevance | path

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

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