OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setRequestMethod
(Results
1 - 25
of
71
) sorted by null
1
2
3
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
ServiceConnection.java
80
public void
setRequestMethod
(String requestMethodType) throws IOException;
/frameworks/volley/src/main/java/com/android/volley/toolbox/
HurlStack.java
216
connection.
setRequestMethod
("POST");
227
connection.
setRequestMethod
("GET");
230
connection.
setRequestMethod
("DELETE");
233
connection.
setRequestMethod
("POST");
237
connection.
setRequestMethod
("PUT");
241
connection.
setRequestMethod
("HEAD");
244
connection.
setRequestMethod
("OPTIONS");
247
connection.
setRequestMethod
("TRACE");
250
connection.
setRequestMethod
("PATCH");
/frameworks/volley/src/test/java/com/android/volley/mock/
MockHttpURLConnection.java
50
public void
setRequestMethod
(String method) {
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
HttpsServiceConnectionSE.java
96
public void
setRequestMethod
(String requestMethod) throws IOException {
97
connection.
setRequestMethod
(requestMethod);
ServiceConnectionSE.java
104
public void
setRequestMethod
(String requestMethod) throws IOException {
105
connection.
setRequestMethod
(requestMethod);
HttpTransportSE.java
187
connection.
setRequestMethod
("POST");
193
connection.
setRequestMethod
("GET");
/external/apache-harmony/support/src/test/java/tests/support/
Support_URLConnector.java
65
((HttpURLConnection) instance).
setRequestMethod
("POST");
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
JavaNetHttpHelper.java
86
c.
setRequestMethod
("GET");
112
c.
setRequestMethod
("POST");
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ExcludedProxyTest.java
73
conn2.
setRequestMethod
("POST");
95
conn4.
setRequestMethod
("POST");
174
conn.
setRequestMethod
("POST");
/external/oauth/core/src/main/java/net/oauth/client/
URLConnectionClient.java
54
http.
setRequestMethod
(httpMethod);
/external/replicaisland/src/com/replica/replicaisland/
EventReporter.java
100
connection.
setRequestMethod
("GET");
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
AsyncHttpURLConnection.java
70
connection.
setRequestMethod
(method);
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
DelegatingHttpsURLConnection.java
112
@Override public void
setRequestMethod
(String method) throws ProtocolException {
113
delegate.
setRequestMethod
(method);
/cts/common/util/src/com/android/compatibility/common/util/
MultipartForm.java
98
connection.
setRequestMethod
("POST");
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
MultipartForm.java
77
connection.
setRequestMethod
("POST");
/developers/build/prebuilts/gradle/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/
MainActivity.java
146
conn.
setRequestMethod
("GET");