Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsNsecRecord.java80 final int bitmapLength = reader.readUInt8(); in readTypes() local
81 if (bitmapLength > 32 || bitmapLength <= 0) { in readTypes()
82 throw new IOException("Invalid bitmap length: " + bitmapLength); in readTypes()
84 final byte[] bitmap = new byte[bitmapLength]; in readTypes()