Searched refs:EapAkaResponse (Results 1 – 5 of 5) sorted by relevance
19 import static com.android.libraries.entitlement.eapaka.EapAkaResponse.respondToEapAkaChallenge;84 EapAkaResponse eapAkaResponse = getEapAkaResponse(challenge); in getEapAkaChallengeResponse()98 public EapAkaResponse getEapAkaResponse(String challenge) { in getEapAkaResponse()101 com.android.libraries.entitlement.eapaka.EapAkaResponse eapAkaResponse = in getEapAkaResponse()103 return new EapAkaResponse( in getEapAkaResponse()112 public static class EapAkaResponse { class in EapAkaHelper118 private EapAkaResponse( in EapAkaResponse() method in EapAkaHelper.EapAkaResponse
108 EapAkaResponse challengeResponse = in generateEapAkaChallengeResponse_authSuccess()109 EapAkaResponse.respondToEapAkaChallenge(mContext, SUB_ID, challenge); in generateEapAkaChallengeResponse_authSuccess()126 EapAkaResponse challengeResponse = in generateEapAkaChallengeResponse_syncFailure()127 EapAkaResponse.respondToEapAkaChallenge(mContext, SUB_ID, challenge); in generateEapAkaChallengeResponse_syncFailure()
45 public class EapAkaResponse { class62 private EapAkaResponse() {} in EapAkaResponse() method in EapAkaResponse83 public static EapAkaResponse respondToEapAkaChallenge( in respondToEapAkaChallenge()102 EapAkaResponse result = new EapAkaResponse(); in respondToEapAkaChallenge()
171 EapAkaResponse eapAkaResponse = in respondToEapAkaChallenge()172 EapAkaResponse.respondToEapAkaChallenge(mContext, mSimSubscriptionId, challenge); in respondToEapAkaChallenge()
141 EapAkaHelper.EapAkaResponse response = mEapAkaHelper.getEapAkaResponse(challenge); in getEapAkaResponse()161 EapAkaHelper.EapAkaResponse response = mEapAkaHelper.getEapAkaResponse(challenge); in getEapAkaResponse_synchronizationFailure()179 EapAkaHelper.EapAkaResponse response = mEapAkaHelper.getEapAkaResponse(challenge); in getEapAkaResponse_getIccAuthenticationFailed()