Searched refs:AtCounter (Results 1 – 3 of 3) sorted by relevance
35 import com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.AtCounter;60 assertTrue(result instanceof AtCounter); in testDecodeAtCounter()61 AtCounter atCounter = (AtCounter) result; in testDecodeAtCounter()79 AtCounter atCounter = new AtCounter(COUNTER_INT); in testEncodeAtCounter()
38 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtCounter;94 return new AtCounter(lengthInBytes, byteBuffer); in getAttribute()
698 public static class AtCounter extends EapSimAkaAttribute { class in EapSimAkaAttribute703 public AtCounter(int lengthInBytes, ByteBuffer byteBuffer) in AtCounter() method in EapSimAkaAttribute.AtCounter715 public AtCounter(int counter) throws EapSimAkaInvalidAttributeException { in AtCounter() method in EapSimAkaAttribute.AtCounter