Searched refs:isPreSuccessfulChallenge (Results 1 – 3 of 3) sorted by relevance
817 public final boolean isPreSuccessfulChallenge; field in EapSimAkaAttribute.AtNotification834 isPreSuccessfulChallenge = (notificationCode & PRE_SUCCESSFUL_CHALLENGE_MASK) != 0; in AtNotification()836 if (isSuccessCode && isPreSuccessfulChallenge) { in AtNotification()850 isPreSuccessfulChallenge = (notificationCode & PRE_SUCCESSFUL_CHALLENGE_MASK) != 0; in AtNotification()852 if (isSuccessCode && isPreSuccessfulChallenge) { in AtNotification()
313 + " P=" + (atNotification.isPreSuccessfulChallenge ? "1" : "0") in handleEapSimAkaNotification()318 if (isPreChallengeState && !atNotification.isPreSuccessfulChallenge) { in handleEapSimAkaNotification()323 if (atNotification.isPreSuccessfulChallenge) { in handleEapSimAkaNotification()
67 assertFalse(atNotification.isPreSuccessfulChallenge); in testDecode()