Searched refs:AtPadding (Results 1 – 4 of 4) 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()
45 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtPadding;90 return new AtPadding(lengthInBytes, byteBuffer); in getAttribute()
606 public static class AtPadding extends EapSimAkaAttribute { class in EapSimAkaAttribute609 public AtPadding(int lengthInBytes, ByteBuffer byteBuffer) in AtPadding() method in EapSimAkaAttribute.AtPadding623 public AtPadding(int lengthInBytes) throws EapSimAkaInvalidAttributeException { in AtPadding() method in EapSimAkaAttribute.AtPadding
19 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtPadding;