Searched defs:PUT (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/cmds/settings/src/com/android/commands/settings/
H A DSettingsCmd.java42 PUT, enum constant in enum:SettingsCmd.CommandVerb
89 mVerb = CommandVerb.PUT;
121 // keep going; there's another PUT arg
122 } else { // PUT, final arg
159 case PUT:
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
H A DHTTPMessage.java27 public enum Method {GET, PUT, POST} enum constant in enum:HTTPMessage.Method
/frameworks/volley/src/main/java/com/android/volley/
H A DRequest.java41 * Default encoding for POST or PUT parameters. See {@link #getParamsEncoding()}.
52 int PUT = 2; field in interface:Request.Method
64 * Request method of this request. Currently supports GET, POST, PUT, DELETE, HEAD, OPTIONS,
390 * Returns a Map of parameters to be used for a POST or PUT request. Can throw
402 * Returns which encoding should be used when converting POST or PUT parameters returned by
403 * {@link #getParams()} into a raw POST or PUT body.
418 * Returns the content type of the POST or PUT body.
425 * Returns the raw POST or PUT body to be sent.

Completed in 252 milliseconds