Searched refs:MAX_LENGTH (Results 1 – 14 of 14) sorted by relevance
43 private static final int MAX_LENGTH = 3; field in DisclaimersParser61 List<Disclaimer> disclaimers = new ArrayList<>(MAX_LENGTH); in parse()64 if (disclaimers.size() >= MAX_LENGTH) { in parse()
44 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()
43 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()
50 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()
47 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()
59 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()
57 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()
35 protected final byte[] mBytes = new byte[DhcpPacket.MAX_LENGTH];
137 protected static final int MAX_LENGTH = 1500; field in DhcpPacket722 addTlv(buf, DHCP_MAX_MESSAGE_SIZE, (short) MAX_LENGTH); in addCommonClientTlvs()
370 private final byte[] mPacket = new byte[DhcpPacket.MAX_LENGTH];
76 static final long MAX_LENGTH = field in Timer
134 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()