Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/proxy/
DStaticProxyTest.java38 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()
DBaseProxyTest.java41 protected String mProxyHost = "localhost"; field in BaseProxyTest
117 return (proxy != null) && proxy.equals(mProxyHost); in isProxySysPropSet()