Searched refs:AtCounterTooSmall (Results 1 – 3 of 3) sorted by relevance
36 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()
39 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtCounterTooSmall;96 return new AtCounterTooSmall(lengthInBytes, byteBuffer); in getAttribute()
732 public static class AtCounterTooSmall extends EapSimAkaAttribute { class in EapSimAkaAttribute736 public AtCounterTooSmall(int lengthInBytes, ByteBuffer byteBuffer) in AtCounterTooSmall() method in EapSimAkaAttribute.AtCounterTooSmall746 public AtCounterTooSmall() throws EapSimAkaInvalidAttributeException { in AtCounterTooSmall() method in EapSimAkaAttribute.AtCounterTooSmall