Searched refs:AT_COUNTER (Results 1 – 2 of 2) sorted by relevance
21 …atic com.android.internal.net.eap.message.simaka.attributes.EapTestAttributeDefinitions.AT_COUNTER;56 ByteBuffer input = ByteBuffer.wrap(AT_COUNTER); in testDecodeAtCounter()83 assertArrayEquals(AT_COUNTER, result.array()); in testEncodeAtCounter()
59 public static final byte[] AT_COUNTER = hexStringToByteArray("1301" + COUNTER); field in EapTestAttributeDefinitions