Home
last modified time | relevance | path

Searched defs:getPostBody (Results 1 – 2 of 2) sorted by relevance

/frameworks/volley/src/main/java/com/android/volley/toolbox/
DJsonRequest.java83 public byte[] getPostBody() { in getPostBody() method in JsonRequest
/frameworks/volley/src/main/java/com/android/volley/
DRequest.java377 public byte[] getPostBody() throws AuthFailureError { in getPostBody() method in Request