HomeSort by relevance Sort by last modified time
    Searched defs:getPostBody (Results 1 - 2 of 2) sorted by null

  /external/volley/src/main/java/com/android/volley/toolbox/
JsonRequest.java 53 * Deprecated constructor for a JsonRequest which defaults to GET unless {@link #getPostBody()}
107 public byte[] getPostBody() {
  /external/volley/src/main/java/com/android/volley/
Request.java 300 // will be used because doing so requires calling getPostBody() which is expensive and may
371 * <p>Note that only one of getPostParams() and getPostBody() can return a non-null value.
414 public byte[] getPostBody() throws AuthFailureError {

Completed in 84 milliseconds