Searched refs:MAX_LENGTH (Results 1 – 13 of 13) sorted by relevance
73 private static final int MAX_LENGTH = 255; field in WifiAwareServiceImplTest381 byte[] byteArray = new byte[MAX_LENGTH + 1]; in testPublishServiceNameTooLong()382 for (int i = 0; i < MAX_LENGTH + 1; ++i) { in testPublishServiceNameTooLong()393 doBadPublishConfiguration("correctservicename", new byte[MAX_LENGTH + 1], null); in testPublishSsiTooLong()402 doBadPublishConfiguration("correctservicename", null, new byte[MAX_LENGTH + 1]); in testPublishMatchFilterTooLong()476 byte[] byteArray = new byte[MAX_LENGTH + 1]; in testSubscribeServiceNameTooLong()477 for (int i = 0; i < MAX_LENGTH + 1; ++i) { in testSubscribeServiceNameTooLong()488 doBadSubscribeConfiguration("correctservicename", new byte[MAX_LENGTH + 1], null); in testSubscribeSsiTooLong()497 doBadSubscribeConfiguration("correctservicename", null, new byte[MAX_LENGTH + 1]); in testSubscribeMatchFilterTooLong()518 .setServiceSpecificInfo(new byte[MAX_LENGTH + 1]).build(); in testUpdateSubscribeInvalid()[all …]
44 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()
43 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()
45 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()
129 protected static final int MAX_LENGTH = 1500; field in DhcpPacket633 addTlv(buf, DHCP_MAX_MESSAGE_SIZE, (short) MAX_LENGTH); in addCommonClientTlvs()
350 private final byte[] mPacket = new byte[DhcpPacket.MAX_LENGTH];
104 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH); in buildPacket()
3102 private static final int MAX_LENGTH = 1000;3107 return value == null || value.length() < MAX_LENGTH;3608 private static final int MAX_LENGTH = 1000;3612 if (value != null && value.length() > MAX_LENGTH) {
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...