Searched refs:isSuccessCode (Results 1 – 3 of 3) sorted by relevance
772 public final boolean isSuccessCode; field in EapSimAkaAttribute.AtNotification787 isSuccessCode = (notificationCode & SUCCESS_MASK) != 0; in AtNotification()792 if (isSuccessCode && isPreSuccessfulChallenge) { in AtNotification()803 isSuccessCode = (notificationCode & SUCCESS_MASK) != 0; in AtNotification()808 if (isSuccessCode && isPreSuccessfulChallenge) { in AtNotification()
66 assertTrue(atNotification.isSuccessCode); in testDecode()
314 + " S=" + (atNotification.isSuccessCode ? "1" : "0") in handleEapSimAkaNotification()