Searched refs:atNextReauthId (Results 1 – 3 of 3) sorted by relevance
54 AtNextReauthId atNextReauthId = (AtNextReauthId) result; in testDecode() local55 assertEquals(EAP_AT_NEXT_REAUTH_ID, atNextReauthId.attributeType); in testDecode()56 assertEquals(AT_NEXT_REAUTH_IDENTITY.length, atNextReauthId.lengthInBytes); in testDecode()57 assertArrayEquals(REAUTH_IDENTITY, atNextReauthId.reauthId); in testDecode()62 AtNextReauthId atNextReauthId = AtNextReauthId.getAtNextReauthId(REAUTH_IDENTITY); in testEncode() local64 atNextReauthId.encode(result); in testEncode()
343 AtNextReauthId atNextReauthId = in retrieveNextReauthId() local345 if (atNextReauthId != null && atNextReauthId.reauthId != null) { in retrieveNextReauthId()346 return atNextReauthId.reauthId.clone(); in retrieveNextReauthId()
805 EapSimAkaAttribute atNextReauthId = securedAttributes.get(EAP_AT_NEXT_REAUTH_ID); in handleReauthentication() local806 if (atNextReauthId != null) { in handleReauthentication()808 ((EapSimAkaAttribute.AtNextReauthId) atNextReauthId).reauthId.clone(); in handleReauthentication()