Home
last modified time | relevance | path

Searched defs:postData (Results 1 – 25 of 199) sorted by relevance

12345678

/aosp_15_r20/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
DEapAkaApi.java167 JSONObject postData = null; in queryEntitlementStatus() local
358 JSONObject postData = new JSONObject(); in challengeResponse() local
390 JSONObject postData = null; in performEsimOdsaOperation() local
480 JSONObject postData = null; in acquireOidcAuthenticationEndpoint() local
570 JSONObject postData, ServiceEntitlementRequest request, CarrierConfig carrierConfig) in appendParametersForAuthentication()
642 JSONObject postData, in appendParametersForServiceEntitlementRequest()
751 JSONObject postData, EsimOdsaOperation odsaOperation) in appendParametersForEsimOdsaOperation()
817 private void appendOptionalQueryParameter(JSONObject postData, String key, String value) in appendOptionalQueryParameter()
834 JSONObject postData, String key, ImmutableList<String> values) throws JSONException { in appendOptionalQueryParameter()
870 JSONObject postData, in httpPost()
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/Wifi/service/wifi-service-pre-jarjar/android_common_apex30/javac/anno/com/android/server/wifi/entitlement/http/
DAutoValue_HttpRequest.java17 private final JSONObject postData; field in AutoValue_HttpRequest
31 JSONObject postData, in AutoValue_HttpRequest()
56 public JSONObject postData() { in postData() method in AutoValue_HttpRequest
135 private JSONObject postData; field in AutoValue_HttpRequest.Builder
161 public HttpRequest.Builder setPostData(JSONObject postData) { in setPostData()
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/service_entitlement/service-entitlement-impl/android_common/javac/anno/com/android/libraries/entitlement/http/
DAutoValue_HttpRequest.java17 private final JSONObject postData; field in AutoValue_HttpRequest
32 JSONObject postData, in AutoValue_HttpRequest()
57 public JSONObject postData() { in postData() method in AutoValue_HttpRequest
137 private JSONObject postData; field in AutoValue_HttpRequest.Builder
163 public HttpRequest.Builder setPostData(JSONObject postData) { in setPostData()
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/service_entitlement/service-entitlement-impl/android_common_apex30/javac/anno/com/android/libraries/entitlement/http/
DAutoValue_HttpRequest.java17 private final JSONObject postData; field in AutoValue_HttpRequest
32 JSONObject postData, in AutoValue_HttpRequest()
57 public JSONObject postData() { in postData() method in AutoValue_HttpRequest
137 private JSONObject postData; field in AutoValue_HttpRequest.Builder
163 public HttpRequest.Builder setPostData(JSONObject postData) { in setPostData()
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/service_entitlement/service-entitlement-impl/android_common_apex30/javac/
Dservice-entitlement-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/service_entitlement/service-entitlement-impl/android_common/javac/
Dservice-entitlement-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/net/
DHttpHelper.java233 public String doPostWithRetry(String url, String postData, String contentType) in doPostWithRetry()
254 public String doPostWithRetry(String url, String postData) throws IOException, in doPostWithRetry()
348 public PostRequestRunnable(String url, String postData, String contentType) { in PostRequestRunnable()
DIHttpHelper.java143 public String doPostWithRetry(String url, String postData) throws IOException, in doPostWithRetry()
160 public String doPostWithRetry(String url, String postData, String contentType) in doPostWithRetry()
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/entitlement/http/
DHttpRequest.java47 public abstract JSONObject postData(); in postData() method in HttpRequest
86 public abstract Builder setPostData(@NonNull JSONObject postData); in setPostData()
DHttpClient.java74 String postData; in request() local
/aosp_15_r20/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/http/
DHttpRequest.java46 public abstract JSONObject postData(); in postData() method in HttpRequest
81 public abstract Builder setPostData(JSONObject postData); in setPostData()
DHttpClient.java81 String postData = request.postData().toString().replace("\\/", "/"); in request() local
/aosp_15_r20/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/
DWfcWebPortalFragment.java53 public static WfcWebPortalFragment newInstance(String url, String postData) { in newInstance()
72 String postData = arguments.getString(KEY_POST_DATA_STRING, ""); in onCreateView() local
DWfcActivationUi.java38 boolean showWebview(String url, String postData); in showWebview()
DWfcActivationActivity.java102 public boolean showWebview(String url, String postData) { in showWebview()
/aosp_15_r20/development/apps/Development/src/com/android/development/
H A DHttpEngineActivity.java179 UrlRequest.Builder builder, Executor executor, String postData) { in applyPostDataToUrlRequestBuilder()
209 private void startWithURL(String url, String postData) { in startWithURL()
/aosp_15_r20/external/lottie/
H A Dpost_pr_comment.js9 const postData = `{\"body\": \"**Snapshot Tests**\\nReport: https://happo.io/a/27/report/${process.… constant
/aosp_15_r20/external/accompanist/web/src/main/java/com/google/accompanist/web/
H A DWebView.kt371 val postData: ByteArray constant in com.google.accompanist.web.WebContent.Post
541 val postData: ByteArray constant in WebViewNavigator.NavigationEvent.PostUrl
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/integration/servlets/
H A DEchoServlet.java93 String postData = new String(byteBuffer.array(), StandardCharsets.UTF_8); in doIt() local
/aosp_15_r20/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/http/
DHttpClientTest.java175 String postData = "{\"key\":\"base64/base64+b\"}"; in request_postJson_doNotEscapeForwardSlash() local
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/entitlement/http/
DHttpClientTest.java205 String postData = "{\"key\":\"base64/base64+b\"}"; in request_postJson_doNotEscapeForwardSlash() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/
DJsonHttpTestResultReporter.java165 protected void postResults(JSONObject postData) { in postResults()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterClient.java294 JSONObject postData = new JSONObject(); in buildPostData() local
/aosp_15_r20/external/kotlinx.serialization/benchmark/src/jmh/kotlin/kotlinx/benchmarks/json/
H A DJacksonComparisonBenchmark.kt35 val postData: String, constant in kotlinx.benchmarks.json.JacksonComparisonBenchmark.DefaultPixelEvent
/aosp_15_r20/cts/libs/deviceutillegacy/src/android/webkit/cts/
H A DWebViewSyncLoader.java195 public void postUrlAndWaitForCompletion(final String url, final byte[] postData) { in postUrlAndWaitForCompletion()

12345678