Searched refs:AtFullauthIdReq (Results 1 – 3 of 3) sorted by relevance
38 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtFullauthIdReq;125 assertTrue(result instanceof AtFullauthIdReq); in testDecodeAtFullauthIdReq()126 AtFullauthIdReq atFullauthIdReq = (AtFullauthIdReq) result; in testDecodeAtFullauthIdReq()143 AtFullauthIdReq atPermanentIdReq = new AtFullauthIdReq(); in testEncodeAtFullauthIdReq()
40 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtFullauthIdReq;86 return new AtFullauthIdReq(lengthInBytes, byteBuffer); in getAttribute()
390 public static class AtFullauthIdReq extends AtIdReq { class in EapSimAkaAttribute391 public AtFullauthIdReq(int lengthInBytes, ByteBuffer byteBuffer) in AtFullauthIdReq() method in EapSimAkaAttribute.AtFullauthIdReq397 public AtFullauthIdReq() throws EapSimAkaInvalidAttributeException { in AtFullauthIdReq() method in EapSimAkaAttribute.AtFullauthIdReq