Home
last modified time | relevance | path

Searched refs:getParamsEncoding (Results 1 – 1 of 1) sorted by relevance

/frameworks/volley/src/com/android/volley/
DRequest.java364 return getParamsEncoding(); in getPostParamsEncoding()
419 protected String getParamsEncoding() { in getParamsEncoding() method in Request
424 return "application/x-www-form-urlencoded; charset=" + getParamsEncoding(); in getBodyContentType()
435 return encodeParameters(params, getParamsEncoding()); in getBody()