Searched refs:atNotification (Results 1 – 3 of 3) sorted by relevance
63 AtNotification atNotification = (AtNotification) result; in testDecode() local64 assertEquals(EAP_AT_NOTIFICATION, atNotification.attributeType); in testDecode()65 assertEquals(EXPECTED_LENGTH, atNotification.lengthInBytes); in testDecode()66 assertTrue(atNotification.isSuccessCode); in testDecode()67 assertFalse(atNotification.isPreSuccessfulChallenge); in testDecode()68 assertEquals(hexStringToInt(NOTIFICATION_CODE), atNotification.notificationCode); in testDecode()93 AtNotification atNotification = new AtNotification(hexStringToInt(NOTIFICATION_CODE)); in testEncode() local96 atNotification.encode(result); in testEncode()
76 AtClientErrorCode atNotification = new AtClientErrorCode( in testEncode() local80 atNotification.encode(result); in testEncode()
306 AtNotification atNotification = in handleEapSimAkaNotification() local312 + " S=" + (atNotification.isSuccessCode ? "1" : "0") in handleEapSimAkaNotification()313 + " P=" + (atNotification.isPreSuccessfulChallenge ? "1" : "0") in handleEapSimAkaNotification()314 + " Code=" + atNotification.notificationCode); in handleEapSimAkaNotification()318 if (isPreChallengeState && !atNotification.isPreSuccessfulChallenge) { in handleEapSimAkaNotification()323 if (atNotification.isPreSuccessfulChallenge) { in handleEapSimAkaNotification()