Searched refs:respondToEapAkaChallenge (Results 1 – 4 of 4) sorted by relevance
19 import static com.android.libraries.entitlement.eapaka.EapAkaResponse.respondToEapAkaChallenge;105 respondToEapAkaChallenge(mContext, mSimSubscriptionId, eapAkaChallenge); in getEapAkaResponse()
109 EapAkaResponse.respondToEapAkaChallenge(mContext, SUB_ID, challenge); in generateEapAkaChallengeResponse_authSuccess()127 EapAkaResponse.respondToEapAkaChallenge(mContext, SUB_ID, challenge); in generateEapAkaChallengeResponse_syncFailure()
218 return respondToEapAkaChallenge( in queryEntitlementStatus()250 private HttpResponse respondToEapAkaChallenge( in respondToEapAkaChallenge() method in EapAkaApi273 EapAkaResponse.respondToEapAkaChallenge(mContext, mSimSubscriptionId, challenge); in respondToEapAkaChallenge()293 return respondToEapAkaChallenge( in respondToEapAkaChallenge()324 return respondToEapAkaChallenge( in respondToEapAkaChallenge()444 return respondToEapAkaChallenge( in performEsimOdsaOperation()
83 public static EapAkaResponse respondToEapAkaChallenge( in respondToEapAkaChallenge() method in EapAkaResponse