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

  /external/volley/src/main/java/com/android/volley/toolbox/
JsonRequest.java 97 /** @deprecated Use {@link #getBodyContentType()}. */
101 return getBodyContentType();
112 public String getBodyContentType() {
  /external/volley/src/main/java/com/android/volley/
Request.java 401 /** @deprecated Use {@link #getBodyContentType()} instead. */
404 return getBodyContentType();
456 public String getBodyContentType() {
465 * {@link #getBodyContentType()} as well to match the new body format.

Completed in 535 milliseconds