HomeSort by relevance Sort by last modified time
    Searched refs:proxyList (Results 1 - 7 of 7) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
ProxySelectorTest.java 59 private List proxyList;
112 // no proxy, return a proxyList only contains NO_PROXY
113 proxyList = selector.select(httpUri);
114 assertProxyEquals(proxyList, Proxy.NO_PROXY);
129 proxyList = selector.select(httpUri);
130 assertProxyEquals(proxyList, Proxy.Type.HTTP, HTTP_PROXY_HOST, HTTP_PROXY_PORT);
132 proxyList = selector.select(httpsUri);
133 assertProxyEquals(proxyList, Proxy.Type.HTTP, HTTPS_PROXY_HOST, HTTPS_PROXY_PORT);
135 proxyList = selector.select(ftpUri);
136 assertProxyEquals(proxyList, Proxy.Type.HTTP, FTP_PROXY_HOST, FTP_PROXY_PORT)
    [all...]
URLTest.java     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ExcludedProxyTest.java 165 Proxy proxyList[] = { proxy1, proxy2 };
166 for (int i = 0; i < proxyList.length; ++i) {
172 .openConnection(proxyList[i]);
  /frameworks/base/core/java/android/net/
Proxy.java 115 List<java.net.Proxy> proxyList = proxySelector.select(uri);
117 if (proxyList.size() > 0) {
118 return proxyList.get(0);
  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 579 ArrayList<Proxy> proxyList = new ArrayList<Proxy>(1);
580 proxyList.add(Proxy.NO_PROXY);
581 return proxyList;
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 

Completed in 118 milliseconds