HomeSort by relevance Sort by last modified time
    Searched refs:pduLength (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCellBroadcastHandler.java 96 int pduLength = receivedPdu.length;
97 for (int i = 0; i < pduLength; i += 8) {
99 for (int j = i; j < i + 8 && j < pduLength; j++) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 624 int pduLength = data.length-(1+addressLength);
625 byte[] newData = new byte[pduLength];
626 System.arraycopy(data, 1+addressLength, newData, 0, pduLength);
    [all...]

Completed in 1392 milliseconds