Searched refs:AtCounter (Results 1 – 6 of 6) 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()
41 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtCounter;100 return new AtCounter(lengthInBytes, byteBuffer); in getAttribute()
711 public static class AtCounter extends EapSimAkaAttribute { class in EapSimAkaAttribute716 public AtCounter(int lengthInBytes, ByteBuffer byteBuffer) in AtCounter() method in EapSimAkaAttribute.AtCounter728 public AtCounter(int counter) throws EapSimAkaInvalidAttributeException { in AtCounter() method in EapSimAkaAttribute.AtCounter
118 import com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.AtCounter;751 AtCounter atCounter = (AtCounter) attributesMap.get(EAP_AT_COUNTER); in testRetrieveSecuredAttributes()
388 EapSimAkaAttribute atCounter = new EapSimAkaAttribute.AtCounter(counter); in buildReauthResponse()502 return ((EapSimAkaAttribute.AtCounter) securedAttributes.get(EAP_AT_COUNTER)) in validateReauthAkaNotifyAndGetCounter()
814 ((EapSimAkaAttribute.AtCounter) securedAttributes.get(EAP_AT_COUNTER)).counter; in handleReauthentication()