Searched refs:AtCounterTooSmall (Results 1 – 4 of 4) 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()
42 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtCounterTooSmall;102 return new AtCounterTooSmall(lengthInBytes, byteBuffer); in getAttribute()
745 public static class AtCounterTooSmall extends EapSimAkaAttribute { class in EapSimAkaAttribute749 public AtCounterTooSmall(int lengthInBytes, ByteBuffer byteBuffer) in AtCounterTooSmall() method in EapSimAkaAttribute.AtCounterTooSmall759 public AtCounterTooSmall() throws EapSimAkaInvalidAttributeException { in AtCounterTooSmall() method in EapSimAkaAttribute.AtCounterTooSmall
390 EapSimAkaAttribute atCounterSmall = new EapSimAkaAttribute.AtCounterTooSmall(); in buildReauthResponse()