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()
43 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()
44 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()
51 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()
46 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()
45 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()
59 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()
37 protected final byte[] mBytes = new byte[DhcpPacket.MAX_LENGTH];
155 protected static final int MAX_LENGTH = 1500; field in DhcpPacket767 addTlv(buf, DHCP_MAX_MESSAGE_SIZE, (short) MAX_LENGTH); in addCommonClientTlvs()
76 static final long MAX_LENGTH = field in Timer
338 val MAX_LENGTH: Long = 99 * HOUR_IN_MILLIS + 99 * MINUTE_IN_MILLIS + 99 * SECOND_IN_MILLIS in <lambda>() constant
136 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()