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.java87 EapAkaResponse eapAkaResponse = getEapAkaResponse(challenge); in getEapAkaChallengeResponse() local
88 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() local
107 eapAkaResponse.response(), eapAkaResponse.synchronizationFailureResponse()); in getEapAkaResponse()
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
DEapAkaApi.java272 EapAkaResponse eapAkaResponse = in respondToEapAkaChallenge() local
275 if (eapAkaResponse.response() != null) { in respondToEapAkaChallenge()
278 eapAkaResponse.response(), in respondToEapAkaChallenge()
306 } else if (eapAkaResponse.synchronizationFailureResponse() != null) { in respondToEapAkaChallenge()
310 eapAkaResponse.synchronizationFailureResponse(), in respondToEapAkaChallenge()