Searched refs:eapAkaResponse (Results 1 – 2 of 2) sorted by relevance
84 EapAkaResponse eapAkaResponse = getEapAkaResponse(challenge); in getEapAkaChallengeResponse() local85 return (eapAkaResponse == null) in getEapAkaChallengeResponse()87 : eapAkaResponse.response(); // Would be null on synchrinization failure in getEapAkaChallengeResponse()101 com.android.libraries.entitlement.eapaka.EapAkaResponse eapAkaResponse = in getEapAkaResponse() local104 eapAkaResponse.response(), eapAkaResponse.synchronizationFailureResponse()); in getEapAkaResponse()
171 EapAkaResponse eapAkaResponse = in respondToEapAkaChallenge() local174 if (eapAkaResponse.response() != null) { // successful authentication in respondToEapAkaChallenge()176 eapAkaResponse.response(), in respondToEapAkaChallenge()180 } else if (eapAkaResponse.synchronizationFailureResponse() != null) { in respondToEapAkaChallenge()184 eapAkaResponse.synchronizationFailureResponse(), in respondToEapAkaChallenge()