Home
last modified time | relevance | path

Searched refs:proxyConfig (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/net/http/
H A DAbstractProxyTest.java112 private void testConnectViaProxy(ProxyConfig proxyConfig) throws Exception { in testConnectViaProxy() argument
122 proxyConfig.configure(server, httpProxyClient, request); in testConnectViaProxy()
148 private void testConnectViaHttpProxyToHttps(ProxyConfig proxyConfig) throws Exception { in testConnectViaHttpProxyToHttps() argument
167 proxyConfig.configure(server, httpProxyClient, request); in testConnectViaHttpProxyToHttps()
173 assertEquals("Connect line failure on proxy " + proxyConfig, in testConnectViaHttpProxyToHttps()
190 private void testParamPreferredOverSystemProperty(ProxyConfig proxyConfig) throws Exception { in testParamPreferredOverSystemProperty() argument
198 proxyConfig.configure(server, client, request); in testParamPreferredOverSystemProperty()