Searched refs:AT_CLIENT_ERROR_CODE (Results 1 – 2 of 2) sorted by relevance
21 …ndroid.internal.net.eap.message.simaka.attributes.EapTestAttributeDefinitions.AT_CLIENT_ERROR_CODE;53 ByteBuffer input = ByteBuffer.wrap(AT_CLIENT_ERROR_CODE); in testDecode()81 assertArrayEquals(AT_CLIENT_ERROR_CODE, result.array()); in testEncode()
66 public static final byte[] AT_CLIENT_ERROR_CODE = hexStringToByteArray("1601" + ERROR_CODE); field in EapTestAttributeDefinitions