Searched refs:isPreSuccessfulChallenge (Results 1 – 3 of 3) sorted by relevance
773 public final boolean isPreSuccessfulChallenge; field in EapSimAkaAttribute.AtNotification790 isPreSuccessfulChallenge = (notificationCode & PRE_SUCCESSFUL_CHALLENGE_MASK) != 0; in AtNotification()792 if (isSuccessCode && isPreSuccessfulChallenge) { in AtNotification()806 isPreSuccessfulChallenge = (notificationCode & PRE_SUCCESSFUL_CHALLENGE_MASK) != 0; in AtNotification()808 if (isSuccessCode && isPreSuccessfulChallenge) { in AtNotification()
315 + " P=" + (atNotification.isPreSuccessfulChallenge ? "1" : "0") in handleEapSimAkaNotification()320 if (isPreChallengeState && !atNotification.isPreSuccessfulChallenge) { in handleEapSimAkaNotification()325 if (atNotification.isPreSuccessfulChallenge) { in handleEapSimAkaNotification()
67 assertFalse(atNotification.isPreSuccessfulChallenge); in testDecode()