Searched refs:AtPadding (Results 1 – 6 of 6) sorted by relevance
31 import com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.AtPadding;55 assertTrue(result instanceof AtPadding); in testDecode()56 AtPadding atPadding = (AtPadding) result; in testDecode()73 AtPadding atPadding = new AtPadding(EXPECTED_LENGTH); in testEncode()
19 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtPadding;
51 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtPadding;96 return new AtPadding(lengthInBytes, byteBuffer); in getAttribute()
619 public static class AtPadding extends EapSimAkaAttribute { class in EapSimAkaAttribute622 public AtPadding(int lengthInBytes, ByteBuffer byteBuffer) in AtPadding() method in EapSimAkaAttribute.AtPadding636 public AtPadding(int lengthInBytes) throws EapSimAkaInvalidAttributeException { in AtPadding() method in EapSimAkaAttribute.AtPadding
124 import com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.AtPadding;752 AtPadding atPadding = (AtPadding) attributesMap.get(EAP_AT_PADDING); in testRetrieveSecuredAttributes()
395 EapSimAkaAttribute atPadding = new EapSimAkaAttribute.AtPadding(paddingSize); in buildReauthResponse()404 EapSimAkaAttribute atPadding = new EapSimAkaAttribute.AtPadding(paddingSize); in buildReauthResponse()