Searched refs:AT_COUNTER_TOO_SMALL (Results 1 – 2 of 2) sorted by relevance
23 …ndroid.internal.net.eap.message.simaka.attributes.EapTestAttributeDefinitions.AT_COUNTER_TOO_SMALL;95 ByteBuffer input = ByteBuffer.wrap(AT_COUNTER_TOO_SMALL); in testDecodeAtCounterTooSmall()120 assertArrayEquals(AT_COUNTER_TOO_SMALL, result.array()); in testEncodeAtCounterTooSmall()
60 public static final byte[] AT_COUNTER_TOO_SMALL = hexStringToByteArray("14010000"); field in EapTestAttributeDefinitions