Searched refs:MINIMUM_OI_LENGTH (Results 1 – 2 of 2) sorted by relevance
29 public static final int MINIMUM_OI_LENGTH = Byte.BYTES; field in RoamingConsortiumElement55 if (length < MINIMUM_OI_LENGTH || length > MAXIMUM_OI_LENGTH) { in parse()
154 buffer.put((byte) (RoamingConsortiumElement.MINIMUM_OI_LENGTH - 1)); in parseBufferWithOILengthLessThanMinimum()