Searched refs:atPadding (Results 1 – 3 of 3) sorted by relevance
56 AtPadding atPadding = (AtPadding) result; in testDecode() local57 assertEquals(EAP_AT_PADDING, atPadding.attributeType); in testDecode()58 assertEquals(EXPECTED_LENGTH, atPadding.lengthInBytes); in testDecode()73 AtPadding atPadding = new AtPadding(EXPECTED_LENGTH); in testEncode() local76 atPadding.encode(result); in testEncode()
395 EapSimAkaAttribute atPadding = new EapSimAkaAttribute.AtPadding(paddingSize); in buildReauthResponse() local401 atPadding.encode(buffer); in buildReauthResponse()404 EapSimAkaAttribute atPadding = new EapSimAkaAttribute.AtPadding(paddingSize); in buildReauthResponse() local407 atPadding.encode(buffer); in buildReauthResponse()
752 AtPadding atPadding = (AtPadding) attributesMap.get(EAP_AT_PADDING); in testRetrieveSecuredAttributes() local754 assertNotNull(atPadding); in testRetrieveSecuredAttributes()