Home
last modified time | relevance | path

Searched refs:AtCounterTooSmall (Results 1 – 3 of 3) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/attributes/
DAtCounterTest.java36 import com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.AtCounterTooSmall;
88 AtCounterTooSmall atCounterTooSmall = new AtCounterTooSmall(); in testAtCounterTooSmallConstructor()
99 assertTrue(result instanceof AtCounterTooSmall); in testDecodeAtCounterTooSmall()
100 AtCounterTooSmall atCounterTooSmall = (AtCounterTooSmall) result; in testDecodeAtCounterTooSmall()
117 AtCounterTooSmall atCounterTooSmall = new AtCounterTooSmall(); in testEncodeAtCounterTooSmall()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttributeFactory.java39 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtCounterTooSmall;
96 return new AtCounterTooSmall(lengthInBytes, byteBuffer); in getAttribute()
DEapSimAkaAttribute.java732 public static class AtCounterTooSmall extends EapSimAkaAttribute { class in EapSimAkaAttribute
736 public AtCounterTooSmall(int lengthInBytes, ByteBuffer byteBuffer) in AtCounterTooSmall() method in EapSimAkaAttribute.AtCounterTooSmall
746 public AtCounterTooSmall() throws EapSimAkaInvalidAttributeException { in AtCounterTooSmall() method in EapSimAkaAttribute.AtCounterTooSmall