Searched refs:getPostParams (Results 1 - 4 of 4) sorted by relevance

/frameworks/volley/tests/src/com/android/volley/mock/
H A DMockRequest.java45 public Map<String, String> getPostParams() { method in class:MockRequest
H A DTestRequest.java68 protected Map<String, String> getPostParams() { method in class:TestRequest.DeprecatedPost
/frameworks/volley/tests/src/com/android/volley/toolbox/
H A DBasicNetworkTest.java69 public Map<String, String> getPostParams() {
/frameworks/volley/src/com/android/volley/
H A DRequest.java298 * <p>Note that only one of getPostParams() and getPostBody() can return a non-null
304 protected Map<String, String> getPostParams() throws AuthFailureError { method in class:Request
310 * {@link #getPostParams()} into a raw POST body.
343 // call getPostParams() and getPostParamsEncoding() since legacy clients would have
345 Map<String, String> postParams = getPostParams();

Completed in 218 milliseconds