/aosp_15_r20/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/ |
D | EapAkaApi.java | 167 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/ |
D | AutoValue_HttpRequest.java | 17 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/ |
D | AutoValue_HttpRequest.java | 17 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/ |
D | AutoValue_HttpRequest.java | 17 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/ |
D | service-entitlement-impl.jar | META-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/ |
D | service-entitlement-impl.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/net/ |
D | HttpHelper.java | 233 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()
|
D | IHttpHelper.java | 143 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/ |
D | HttpRequest.java | 47 public abstract JSONObject postData(); in postData() method in HttpRequest 86 public abstract Builder setPostData(@NonNull JSONObject postData); in setPostData()
|
D | HttpClient.java | 74 String postData; in request() local
|
/aosp_15_r20/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/http/ |
D | HttpRequest.java | 46 public abstract JSONObject postData(); in postData() method in HttpRequest 81 public abstract Builder setPostData(JSONObject postData); in setPostData()
|
D | HttpClient.java | 81 String postData = request.postData().toString().replace("\\/", "/"); in request() local
|
/aosp_15_r20/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/ |
D | WfcWebPortalFragment.java | 53 public static WfcWebPortalFragment newInstance(String url, String postData) { in newInstance() 72 String postData = arguments.getString(KEY_POST_DATA_STRING, ""); in onCreateView() local
|
D | WfcActivationUi.java | 38 boolean showWebview(String url, String postData); in showWebview()
|
D | WfcActivationActivity.java | 102 public boolean showWebview(String url, String postData) { in showWebview()
|
/aosp_15_r20/development/apps/Development/src/com/android/development/ |
H A D | HttpEngineActivity.java | 179 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 D | post_pr_comment.js | 9 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 D | WebView.kt | 371 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 D | EchoServlet.java | 93 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/ |
D | HttpClientTest.java | 175 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/ |
D | HttpClientTest.java | 205 String postData = "{\"key\":\"base64/base64+b\"}"; in request_postJson_doNotEscapeForwardSlash() local
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | JsonHttpTestResultReporter.java | 165 protected void postResults(JSONObject postData) { in postResults()
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterClient.java | 294 JSONObject postData = new JSONObject(); in buildPostData() local
|
/aosp_15_r20/external/kotlinx.serialization/benchmark/src/jmh/kotlin/kotlinx/benchmarks/json/ |
H A D | JacksonComparisonBenchmark.kt | 35 val postData: String, constant in kotlinx.benchmarks.json.JacksonComparisonBenchmark.DefaultPixelEvent
|
/aosp_15_r20/cts/libs/deviceutillegacy/src/android/webkit/cts/ |
H A D | WebViewSyncLoader.java | 195 public void postUrlAndWaitForCompletion(final String url, final byte[] postData) { in postUrlAndWaitForCompletion()
|