Searched refs:isPreSuccessfulChallenge (Results 1 – 3 of 3) sorted by relevance
830 public final boolean isPreSuccessfulChallenge; field in EapSimAkaAttribute.AtNotification847 isPreSuccessfulChallenge = (notificationCode & PRE_SUCCESSFUL_CHALLENGE_MASK) != 0; in AtNotification()849 if (isSuccessCode && isPreSuccessfulChallenge) { in AtNotification()863 isPreSuccessfulChallenge = (notificationCode & PRE_SUCCESSFUL_CHALLENGE_MASK) != 0; in AtNotification()865 if (isSuccessCode && isPreSuccessfulChallenge) { in AtNotification()
67 assertFalse(atNotification.isPreSuccessfulChallenge); in testDecode()
533 + " P=" + (atNotification.isPreSuccessfulChallenge ? "1" : "0") in handleEapSimAkaNotification()540 if (atNotification.isPreSuccessfulChallenge) { in handleEapSimAkaNotification()