Searched refs:eapAkaChallenge (Results 1 – 3 of 3) sorted by relevance
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/ |
D | EapAkaResponse.java | 84 Context context, int simSubscriptionId, EapAkaChallenge eapAkaChallenge) in respondToEapAkaChallenge() argument 95 eapAkaChallenge.getSimAuthenticationRequest()); in respondToEapAkaChallenge() 124 securityContext.getRes(), eapAkaChallenge.getIdentifier(), mk.getAut()); in respondToEapAkaChallenge() 137 securityContext.getAuts(), eapAkaChallenge.getIdentifier()); in respondToEapAkaChallenge()
|
D | EapAkaApi.java | 212 String eapAkaChallenge = getEapAkaChallenge(challengeResponse); in queryEntitlementStatus() local 213 if (eapAkaChallenge == null) { in queryEntitlementStatus() 220 eapAkaChallenge, in queryEntitlementStatus() 252 String eapAkaChallenge, in respondToEapAkaChallenge() argument 271 EapAkaChallenge challenge = EapAkaChallenge.parseEapAkaChallenge(eapAkaChallenge); in respondToEapAkaChallenge() 438 String eapAkaChallenge = getEapAkaChallenge(challengeResponse); in performEsimOdsaOperation() local 439 if (eapAkaChallenge == null) { in performEsimOdsaOperation() 446 eapAkaChallenge, in performEsimOdsaOperation() 896 String eapAkaChallenge = null; in getEapAkaChallenge() local 900 eapAkaChallenge = in getEapAkaChallenge() [all …]
|
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/ |
D | EapAkaHelper.java | 103 EapAkaChallenge eapAkaChallenge = EapAkaChallenge.parseEapAkaChallenge(challenge); in getEapAkaResponse() local 105 respondToEapAkaChallenge(mContext, mSimSubscriptionId, eapAkaChallenge); in getEapAkaResponse()
|