HomeSort by relevance Sort by last modified time
    Searched defs:setRequestProperty (Results 1 - 14 of 14) sorted by null

  /external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
HttpsServiceConnectionSEIgnoringConnectionClose.java 15 public void setRequestProperty(String key, String value) {
21 super.setRequestProperty(key, value);
HttpsServiceConnectionSE.java 117 public void setRequestProperty(String key, String value) {
118 connection.setRequestProperty(key, value);
ServiceConnectionSE.java 108 public void setRequestProperty(String string, String soapAction) {
109 connection.setRequestProperty(string, soapAction);
  /external/apache-harmony/support/src/test/java/tests/support/
Support_URLConnector.java 74 public void setRequestProperty(String key, String value) throws IOException {
75 instance.setRequestProperty(key, value);
Support_HttpConnector.java 40 public void setRequestProperty(String key, String value) throws IOException;
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
ServiceConnection.java 72 public void setRequestProperty(String propertyName, String value) throws IOException;
  /external/oauth/core/src/main/java/net/oauth/client/
URLConnectionClient.java 80 connection.setRequestProperty(key, header.getValue());
  /external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
DelegatingHttpsURLConnection.java 257 @Override public void setRequestProperty(String field, String newValue) {
258 delegate.setRequestProperty(field, newValue);
HttpURLConnectionImpl.java 541 @Override public final void setRequestProperty(String field, String newValue) {
  /external/okhttp/repackaged/okhttp-urlconnection/src/main/java/com/android/okhttp/internal/huc/
DelegatingHttpsURLConnection.java 258 @Override public void setRequestProperty(String field, String newValue) {
259 delegate.setRequestProperty(field, newValue);
HttpURLConnectionImpl.java 545 @Override public final void setRequestProperty(String field, String newValue) {
  /external/volley/src/main/java/com/android/volley/toolbox/
HurlStack.java 92 connection.setRequestProperty(headerName, map.get(headerName));
223 // NOTE: Any request headers added here (via setRequestProperty or addRequestProperty) should be
289 connection.setRequestProperty(
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
URLConnectionTest.java 154 connection.setRequestProperty(null, "j");
163 connection.setRequestProperty("NullValue", null);
182 connection.setRequestProperty("P", "q");
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 594 milliseconds