Home
last modified time | relevance | path

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

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