Searched refs:AtBidding (Results 1 – 5 of 5) sorted by relevance
33 import com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.AtBidding;54 AtBidding atBidding = (AtBidding) result; in testDecodeServerSupportsAkaPrime()66 AtBidding atBidding = (AtBidding) result; in testDecodeDoesNotSupportAkaPrime()84 AtBidding atBidding = new AtBidding(true); in testEncodeServerSupportsAkaPrime()93 AtBidding atBidding = new AtBidding(false); in testEncodeDoesNotSupportAkaPrime()
30 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtBidding;90 return new AtBidding(lengthInBytes, byteBuffer); in getAttribute()
1168 public static class AtBidding extends EapSimAkaAttribute { class in EapSimAkaAttribute1174 public AtBidding(int lengthInBytes, ByteBuffer buffer) in AtBidding() method in EapSimAkaAttribute.AtBidding1187 public AtBidding(boolean doesServerSupportEapAkaPrime) in AtBidding() method in EapSimAkaAttribute.AtBidding
69 import com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.AtBidding;407 AtBidding atBidding = new AtBidding(true); in testProcessBiddingDownAttack()
63 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtBidding;429 AtBidding atBidding = (AtBidding) eapAkaTypeData.attributeMap.get(EAP_AT_BIDDING); in handleChallengeAuthentication()