Searched refs:mProxyHost (Results 1 – 2 of 2) sorted by relevance
38 mProxyHost = "proxyhost.com"; in setUp()53 ProxyInfo proxy = ProxyInfo.buildDirectProxy(mProxyHost, PROXY_PORT, mExclList); in testBroadcast()58 assertEquals(ProxyInfo.buildDirectProxy(mProxyHost, PROXY_PORT, mExclList), mProxy); in testBroadcast()85 InetSocketAddress.createUnresolved(mProxyHost, PROXY_PORT))), in testProxySelector()124 assertEquals(System.getProperty("http.proxyHost"), mProxyHost); in testProxyJavaProperties()125 assertEquals(System.getProperty("https.proxyHost"), mProxyHost); in testProxyJavaProperties()
41 protected String mProxyHost = "localhost"; field in BaseProxyTest117 return (proxy != null) && proxy.equals(mProxyHost); in isProxySysPropSet()