Searched refs:eapAkaResponse (Results 1 – 2 of 2) sorted by relevance
87 EapAkaResponse eapAkaResponse = getEapAkaResponse(challenge); in getEapAkaChallengeResponse() local88 return (eapAkaResponse == null) in getEapAkaChallengeResponse()90 : eapAkaResponse.response(); // Would be null on synchronization failure in getEapAkaChallengeResponse()104 com.android.libraries.entitlement.eapaka.EapAkaResponse eapAkaResponse = in getEapAkaResponse() local107 eapAkaResponse.response(), eapAkaResponse.synchronizationFailureResponse()); in getEapAkaResponse()
272 EapAkaResponse eapAkaResponse = in respondToEapAkaChallenge() local275 if (eapAkaResponse.response() != null) { in respondToEapAkaChallenge()278 eapAkaResponse.response(), in respondToEapAkaChallenge()306 } else if (eapAkaResponse.synchronizationFailureResponse() != null) { in respondToEapAkaChallenge()310 eapAkaResponse.synchronizationFailureResponse(), in respondToEapAkaChallenge()