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

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
URLConnectionTest.java 802 testConnectViaDirectProxyToHttps(ProxyConfig.NO_PROXY);
807 testConnectViaDirectProxyToHttps(ProxyConfig.HTTP_PROXY_SYSTEM_PROPERTY);
810 private void testConnectViaDirectProxyToHttps(ProxyConfig proxyConfig) throws Exception {
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 702 testConnectViaDirectProxyToHttps(ProxyConfig.NO_PROXY);
707 testConnectViaDirectProxyToHttps(ProxyConfig.HTTP_PROXY_SYSTEM_PROPERTY);
710 private void testConnectViaDirectProxyToHttps(ProxyConfig proxyConfig) throws Exception {
    [all...]

Completed in 152 milliseconds