Home
last modified time | relevance | path

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

/frameworks/volley/tests/src/com/android/volley/toolbox/
DHurlStackTest.java67 assertEquals(request.getMethod(), Method.POST); in testConnectionForPostRequest()
76 assertEquals(request.getMethod(), Method.POST); in testConnectionForPostWithBodyRequest()
DHttpClientStackTest.java70 assertEquals(request.getMethod(), Method.POST); in testCreatePostRequest()
78 assertEquals(request.getMethod(), Method.POST); in testCreatePostRequestWithBody()
/frameworks/volley/src/com/android/volley/toolbox/
DJsonObjectRequest.java59 this(jsonRequest == null ? Method.GET : Method.POST, url, jsonRequest, in JsonObjectRequest()
DHttpClientStack.java117 case Method.POST: { in createHttpRequest()
DHurlStack.java208 case Method.POST: in setConnectionParametersForRequest()
/frameworks/volley/tests/src/com/android/volley/mock/
DTestRequest.java86 super(Method.POST, TEST_URL, null); in Post()
/frameworks/volley/src/com/android/volley/
DRequest.java51 int POST = 1; field
/frameworks/base/docs/html/training/cloudsync/
Dgcm.jd69 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/
Dserver.jd82 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>
Dnotifications.jd114 the application server issues a POST request to
194 the application server issues a POST request to
Dgcm.jd79 The API key is included in the header of POST requests.
Dhttp.jd53 <p>To send a message, the application server issues a POST request. For example:</p>
/frameworks/base/api/
Dsystem-current.txt57355 field public static final java.lang.String METHOD_NAME = "POST";
Dcurrent.txt54826 field public static final java.lang.String METHOD_NAME = "POST";