Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/
DIpConfigStore.java195 int proxyPort = -1; in readIpAndProxyConfigurations() local
251 proxyPort = in.readInt(); in readIpAndProxyConfigurations()
291 new ProxyInfo(proxyHost, proxyPort, exclusionList); in readIpAndProxyConfigurations()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java3066 int proxyPort = 8080; in handleDeprecatedGlobalHttpProxy() local
3069 proxyPort = Integer.parseInt(data[1]); in handleDeprecatedGlobalHttpProxy()
3074 ProxyInfo p = new ProxyInfo(data[0], proxyPort, ""); in handleDeprecatedGlobalHttpProxy()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java4973 int proxyPort = 8080; in saveGlobalProxyLocked() local
4976 proxyPort = Integer.parseInt(data[1]); in saveGlobalProxyLocked()
4981 ProxyInfo proxyProperties = new ProxyInfo(data[0], proxyPort, exclusionList); in saveGlobalProxyLocked()
4987 mInjector.settingsGlobalPutInt(Settings.Global.GLOBAL_HTTP_PROXY_PORT, proxyPort); in saveGlobalProxyLocked()