Searched defs:getBodyContentType (Results 1 - 2 of 2) sorted by relevance

/frameworks/volley/src/com/android/volley/toolbox/
H A DJsonRequest.java72 * @deprecated Use {@link #getBodyContentType()}.
76 return getBodyContentType();
88 public String getBodyContentType() { method in class:JsonRequest
/frameworks/volley/src/com/android/volley/
H A DRequest.java327 * @deprecated Use {@link #getBodyContentType()} instead.
330 return getBodyContentType();
380 public String getBodyContentType() { method in class:Request

Completed in 826 milliseconds