Searched refs:AT_SELECTED_VERSION (Results 1 – 2 of 2) sorted by relevance
20 …android.internal.net.eap.message.simaka.attributes.EapTestAttributeDefinitions.AT_SELECTED_VERSION;53 ByteBuffer input = ByteBuffer.wrap(AT_SELECTED_VERSION); in testDecode()81 assertArrayEquals(AT_SELECTED_VERSION, result.array()); in testEncode()
34 public static final byte[] AT_SELECTED_VERSION = hexStringToByteArray("10010001"); field in EapTestAttributeDefinitions