Home
last modified time | relevance | path

Searched refs:eapAkaResponse (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/
DEapAkaHelper.java84 EapAkaResponse eapAkaResponse = getEapAkaResponse(challenge); in getEapAkaChallengeResponse() local
85 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() local
104 eapAkaResponse.response(), eapAkaResponse.synchronizationFailureResponse()); in getEapAkaResponse()
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
DEapAkaApi.java171 EapAkaResponse eapAkaResponse = in respondToEapAkaChallenge() local
174 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()