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

Completed in 5760 milliseconds