Home
last modified time | relevance | path

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

/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/
DServiceEntitlement.java155 String bypassEapAkaResponse) { in ServiceEntitlement() argument
158 new EapAkaApi(context, simSubscriptionId, saveHttpHistory, bypassEapAkaResponse); in ServiceEntitlement()
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
DEapAkaApi.java130 String bypassEapAkaResponse) { in EapAkaApi() argument
131 this(context, simSubscriptionId, new HttpClient(saveHistory), bypassEapAkaResponse); in EapAkaApi()
139 String bypassEapAkaResponse) { in EapAkaApi() argument
143 this.mBypassEapAkaResponse = bypassEapAkaResponse; in EapAkaApi()