Searched refs:entitlementServerAddress (Results 1 – 3 of 3) sorted by relevance
/frameworks/libs/gsma_services/ts43authentication/src/com/android/libraries/ts43authentication/ |
D | Ts43AuthenticationLibrary.java | 137 int slotIndex, URL entitlementServerAddress, @Nullable String entitlementVersion, in EapAkaAuthenticationRequest() argument 143 mEntitlementServerAddress = entitlementServerAddress; in EapAkaAuthenticationRequest() 162 int slotIndex, URL entitlementServerAddress, @Nullable String entitlementVersion, in OidcAuthenticationServerRequest() argument 168 mEntitlementServerAddress = entitlementServerAddress; in OidcAuthenticationServerRequest() 184 private OidcAuthenticationRequest(URL entitlementServerAddress, in OidcAuthenticationRequest() argument 188 mEntitlementServerAddress = entitlementServerAddress; in OidcAuthenticationRequest() 227 @Nullable String appVersion, int slotIndex, URL entitlementServerAddress, in requestEapAkaAuthentication() argument 236 entitlementServerAddress, entitlementVersion, appId, executor, callback)) in requestEapAkaAuthentication() 282 URL entitlementServerAddress, @Nullable String entitlementVersion, in requestOidcAuthenticationServer() argument 291 entitlementServerAddress, entitlementVersion, appId, executor, in requestOidcAuthenticationServer() [all …]
|
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/ |
D | Ts43Authentication.java | 129 public Ts43Authentication(@NonNull Context context, @NonNull URL entitlementServerAddress, in Ts43Authentication() argument 132 Objects.requireNonNull(entitlementServerAddress, "entitlementServerAddress is null."); in Ts43Authentication() 135 mEntitlementServerAddress = entitlementServerAddress; in Ts43Authentication() 281 @NonNull URL entitlementServerAddress, @Nullable String entitlementVersion, in getOidcAuthServer() argument
|
D | Ts43Operation.java | 145 @NonNull URL entitlementServerAddress, in Ts43Operation() argument 150 mEntitlementServerAddress = entitlementServerAddress; in Ts43Operation()
|