Searched defs:postData (Results 1 – 7 of 7) sorted by relevance
42 public abstract JSONObject postData(); in postData() method in HttpRequest70 public abstract Builder setPostData(JSONObject postData); in setPostData()
69 String postData = request.postData().toString().replace("\\/", "/"); in request() local
174 String postData = "{\"key\":\"base64/base64+b\"}"; in request_postJson_doNotEscapeForwardSlash() local
208 JSONObject postData = new JSONObject(); in challengeResponse() local
140 public void postUrl(String url, byte[] postData); in postUrl()
755 public void postUrl(@NonNull String url, @NonNull byte[] postData) { in postUrl()
307 void JNICameraContext::postData(int32_t msgType, const sp<IMemory>& dataPtr, in postData() function in JNICameraContext