HomeSort by relevance Sort by last modified time
    Searched refs:HttpURLConnection (Results 51 - 75 of 81) sorted by null

1 23 4

  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java 42 import java.net.HttpURLConnection;
297 HttpURLConnection conn = (HttpURLConnection) url.openConnection();
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncAdapter.java 42 import java.net.HttpURLConnection;
297 HttpURLConnection conn = (HttpURLConnection) url.openConnection();
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
AppRTCClient.java 42 import java.net.HttpURLConnection;
180 HttpURLConnection connection = (HttpURLConnection)
184 if (code != HttpURLConnection.HTTP_MOVED_TEMP) {
  /frameworks/base/core/java/android/net/http/
HttpResponseCache.java 28 import java.net.HttpURLConnection;
40 * saving time and bandwidth. This class supports {@link HttpURLConnection} and
  /external/okhttp/src/main/java/com/squareup/okhttp/
Connection.java 39 import static java.net.HttpURLConnection.HTTP_OK;
40 import static java.net.HttpURLConnection.HTTP_PROXY_AUTH;
51 * <p>Do not confuse this class with the misnamed {@code HttpURLConnection},
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 34 import java.net.HttpURLConnection;
430 HttpURLConnection connection = null;
433 connection = (HttpURLConnection) url.openConnection();
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpURLConnectionImpl.java 29 import java.net.HttpURLConnection;
59 public class HttpURLConnectionImpl extends HttpURLConnection implements Policy {
268 @Override public HttpURLConnection getHttpConnectionToCache() {
472 /** @see java.net.HttpURLConnection#setFixedLengthStreamingMode(int) */
HttpsURLConnectionImpl.java 23 import java.net.HttpURLConnection;
350 @Override public HttpURLConnection getHttpConnectionToCache() {
HttpEngine.java 36 import java.net.HttpURLConnection;
405 HttpURLConnection connectionToCache = policy.getHttpConnectionToCache();
  /frameworks/base/core/java/android/net/
CaptivePortalTracker.java 48 import java.net.HttpURLConnection;
373 HttpURLConnection urlConnection = null;
381 urlConnection = (HttpURLConnection) url.openConnection();
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 23 import static java.net.HttpURLConnection.HTTP_MOVED_TEMP;
24 import static java.net.HttpURLConnection.HTTP_NOT_FOUND;
25 import static java.net.HttpURLConnection.HTTP_OK;
26 import static java.net.HttpURLConnection.HTTP_PARTIAL;
27 import static java.net.HttpURLConnection.HTTP_PRECON_FAILED;
28 import static java.net.HttpURLConnection.HTTP_UNAVAILABLE;
    [all...]
DownloadProviderFunctionalTest.java 20 import static java.net.HttpURLConnection.HTTP_OK;
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java 29 import java.net.HttpURLConnection;
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 27 import java.net.HttpURLConnection;
61 return new HttpURLConnection(u) {
96 ((HttpURLConnection) uc).disconnect();
  /libcore/support/src/test/java/tests/http/
MockWebServer.java 25 import java.net.HttpURLConnection;
409 .setResponseCode(HttpURLConnection.HTTP_NOT_FOUND);
  /libcore/luni/src/test/java/libcore/java/net/
CookiesTest.java 28 import java.net.HttpURLConnection;
278 .setResponseCode(HttpURLConnection.HTTP_MOVED_TEMP)
329 HttpURLConnection connection = (HttpURLConnection) server.getUrl("/").openConnection();
  /libcore/luni/src/main/java/java/net/
URLClassLoader.java 211 if ((code = ((HttpURLConnection) uc).getResponseCode()) >= 200
    [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 143 import java.net.HttpURLConnection;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 1606 milliseconds

1 23 4