OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getPostBody
(Results
1 - 2
of
2
) sorted by null
/frameworks/volley/src/com/android/volley/toolbox/
JsonRequest.java
46
* Deprecated constructor for a JsonRequest which defaults to GET unless {@link #
getPostBody
()}
83
public byte[]
getPostBody
() {
/frameworks/volley/src/com/android/volley/
Request.java
298
* <p>Note that only one of getPostParams() and
getPostBody
() can return a non-null
340
public byte[]
getPostBody
() throws AuthFailureError {
Completed in 769 milliseconds