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 95 int pduLength = receivedPdu.length;
96 for (int i = 0; i < pduLength; i += 8) {
98 for (int j = i; j < i + 8 && j < pduLength; j++) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 663 int pduLength = data.length - (1 + addressLength);
664 byte[] newData = new byte[pduLength];
665 System.arraycopy(data, 1 + addressLength, newData, 0, pduLength);
    [all...]

Completed in 86 milliseconds