Searched refs:AT_AUTN (Results 1 – 2 of 2) sorted by relevance
20 … static com.android.internal.net.eap.message.simaka.attributes.EapTestAttributeDefinitions.AT_AUTN;49 ByteBuffer input = ByteBuffer.wrap(AT_AUTN); in testDecode()55 assertEquals(AT_AUTN.length, atAutn.lengthInBytes); in testDecode()73 ByteBuffer result = ByteBuffer.allocate(AT_AUTN.length); in testEncode()75 assertArrayEquals(AT_AUTN, result.array()); in testEncode()
69 public static final byte[] AT_AUTN = hexStringToByteArray("02050000" + AUTN); field in EapTestAttributeDefinitions