Searched refs:COUNTER_INT (Results 1 – 2 of 2) sorted by relevance
25 …tic com.android.internal.net.eap.message.simaka.attributes.EapTestAttributeDefinitions.COUNTER_INT;64 assertEquals(COUNTER_INT, atCounter.counter); in testDecodeAtCounter()79 AtCounter atCounter = new AtCounter(COUNTER_INT); in testEncodeAtCounter()
58 public static final int COUNTER_INT = Integer.parseInt(COUNTER, 16 /* radix */); field in EapTestAttributeDefinitions