Searched refs:POST (Results 1 – 14 of 14) sorted by relevance
/frameworks/volley/tests/src/com/android/volley/toolbox/ |
D | HurlStackTest.java | 67 assertEquals(request.getMethod(), Method.POST); in testConnectionForPostRequest() 76 assertEquals(request.getMethod(), Method.POST); in testConnectionForPostWithBodyRequest()
|
D | HttpClientStackTest.java | 70 assertEquals(request.getMethod(), Method.POST); in testCreatePostRequest() 78 assertEquals(request.getMethod(), Method.POST); in testCreatePostRequestWithBody()
|
/frameworks/volley/src/com/android/volley/toolbox/ |
D | JsonObjectRequest.java | 59 this(jsonRequest == null ? Method.GET : Method.POST, url, jsonRequest, in JsonObjectRequest()
|
D | HttpClientStack.java | 117 case Method.POST: { in createHttpRequest()
|
D | HurlStack.java | 208 case Method.POST: in setConnectionParametersForRequest()
|
/frameworks/volley/tests/src/com/android/volley/mock/ |
D | TestRequest.java | 86 super(Method.POST, TEST_URL, null); in Post()
|
/frameworks/volley/src/com/android/volley/ |
D | Request.java | 51 int POST = 1; field
|
/frameworks/base/docs/html/training/cloudsync/ |
D | gcm.jd | 69 an HTTP POST request with the following headers:</p> 79 GCM-defined parameters. The endpoint for this HTTP POST message will be 133 POST header you're constructing, with <code>collapse_key</code> as the field
|
/frameworks/base/docs/html/google/gcm/ |
D | server.jd | 82 included in the header of POST requests that send messages. In XMPP, the API key is 126 <li>HTTP: Synchronous. 3rd-party app servers send messages as HTTP POST requests and 138 <li>HTTP: JSON messages sent as HTTP POST.</li> 144 <li>HTTP: Plain Text messages sent as HTTP POST.</li>
|
D | notifications.jd | 114 the application server issues a POST request to 194 the application server issues a POST request to
|
D | gcm.jd | 79 The API key is included in the header of POST requests.
|
D | http.jd | 53 <p>To send a message, the application server issues a POST request. For example:</p>
|
/frameworks/base/api/ |
D | system-current.txt | 57355 field public static final java.lang.String METHOD_NAME = "POST";
|
D | current.txt | 54826 field public static final java.lang.String METHOD_NAME = "POST";
|