Searched refs:appendOptionalQueryParameter (Results 1 – 1 of 1) sorted by relevance
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/ |
D | EapAkaApi.java | 299 appendOptionalQueryParameter(urlBuilder, APP_VERSION, request.appVersion()); in appendParametersForServiceEntitlementRequest() 300 appendOptionalQueryParameter(urlBuilder, APP_NAME, request.appName()); in appendParametersForServiceEntitlementRequest() 323 appendOptionalQueryParameter(urlBuilder, COMPANION_TERMINAL_ID, in appendParametersForEsimOdsaOperation() 325 appendOptionalQueryParameter(urlBuilder, COMPANION_TERMINAL_VENDOR, in appendParametersForEsimOdsaOperation() 327 appendOptionalQueryParameter(urlBuilder, COMPANION_TERMINAL_MODEL, in appendParametersForEsimOdsaOperation() 329 appendOptionalQueryParameter(urlBuilder, COMPANION_TERMINAL_SW_VERSION, in appendParametersForEsimOdsaOperation() 331 appendOptionalQueryParameter(urlBuilder, COMPANION_TERMINAL_FRIENDLY_NAME, in appendParametersForEsimOdsaOperation() 333 appendOptionalQueryParameter(urlBuilder, COMPANION_TERMINAL_SERVICE, in appendParametersForEsimOdsaOperation() 335 appendOptionalQueryParameter(urlBuilder, COMPANION_TERMINAL_ICCID, in appendParametersForEsimOdsaOperation() 337 appendOptionalQueryParameter(urlBuilder, COMPANION_TERMINAL_EID, in appendParametersForEsimOdsaOperation() [all …]
|