Searched refs:doesServerSupportEapAkaPrime (Results 1 – 3 of 3) sorted by relevance
1172 public final boolean doesServerSupportEapAkaPrime; field in EapSimAkaAttribute.AtBidding1183 doesServerSupportEapAkaPrime = (serverFlag & SUPPORTS_EAP_AKA_PRIME_MASK) != 0; in AtBidding()1187 public AtBidding(boolean doesServerSupportEapAkaPrime) in AtBidding() argument1191 this.doesServerSupportEapAkaPrime = doesServerSupportEapAkaPrime; in AtBidding()1198 int flagToWrite = doesServerSupportEapAkaPrime ? SUPPORTS_EAP_AKA_PRIME_MASK : 0; in encode()
57 assertTrue(atBidding.doesServerSupportEapAkaPrime); in testDecodeServerSupportsAkaPrime()69 assertFalse(atBidding.doesServerSupportEapAkaPrime); in testDecodeDoesNotSupportAkaPrime()
430 if (atBidding != null && atBidding.doesServerSupportEapAkaPrime) { in handleChallengeAuthentication()