Searched refs:doesServerSupportEapAkaPrime (Results 1 – 3 of 3) sorted by relevance
1132 public final boolean doesServerSupportEapAkaPrime; field in EapSimAkaAttribute.AtBidding1143 doesServerSupportEapAkaPrime = (serverFlag & SUPPORTS_EAP_AKA_PRIME_MASK) != 0; in AtBidding()1147 public AtBidding(boolean doesServerSupportEapAkaPrime) in AtBidding() argument1151 this.doesServerSupportEapAkaPrime = doesServerSupportEapAkaPrime; in AtBidding()1158 int flagToWrite = doesServerSupportEapAkaPrime ? SUPPORTS_EAP_AKA_PRIME_MASK : 0; in encode()
57 assertTrue(atBidding.doesServerSupportEapAkaPrime); in testDecodeServerSupportsAkaPrime()69 assertFalse(atBidding.doesServerSupportEapAkaPrime); in testDecodeDoesNotSupportAkaPrime()
428 if (atBidding != null && atBidding.doesServerSupportEapAkaPrime) { in handleChallengeAuthentication()