Searched refs:AT_IDENTITY (Results 1 – 3 of 3) sorted by relevance
20 …tic com.android.internal.net.eap.message.simaka.attributes.EapTestAttributeDefinitions.AT_IDENTITY;48 ByteBuffer input = ByteBuffer.wrap(AT_IDENTITY); in testDecode()55 assertEquals(AT_IDENTITY.length, atIdentity.lengthInBytes); in testDecode()61 AtIdentity atIdentity = new AtIdentity(AT_IDENTITY.length, IDENTITY); in testEncode()62 ByteBuffer result = ByteBuffer.allocate(AT_IDENTITY.length); in testEncode()65 assertArrayEquals(AT_IDENTITY, result.array()); in testEncode()
45 public static final byte[] AT_IDENTITY = field in EapTestAttributeDefinitions
56 …tic com.android.internal.net.eap.message.simaka.attributes.EapTestAttributeDefinitions.AT_IDENTITY;184 attributes.add(new AtIdentity(AT_IDENTITY.length, IDENTITY)); in testBuildResponseMessage()