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

/frameworks/volley/src/test/java/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/src/main/java/com/android/volley/
H A DRequest.java344 * <p>Note that only one of getPostParams() and getPostBody() can return a non-null
351 protected Map<String, String> getPostParams() throws AuthFailureError { method in class:Request
357 * {@link #getPostParams()} into a raw POST body.
393 // call getPostParams() and getPostParamsEncoding() since legacy clients would have
395 Map<String, String> postParams = getPostParams();

Completed in 48 milliseconds