Searched refs:proxyPort (Results 1 – 3 of 3) sorted by relevance
195 int proxyPort = -1; in readIpAndProxyConfigurations() local251 proxyPort = in.readInt(); in readIpAndProxyConfigurations()291 new ProxyInfo(proxyHost, proxyPort, exclusionList); in readIpAndProxyConfigurations()
3066 int proxyPort = 8080; in handleDeprecatedGlobalHttpProxy() local3069 proxyPort = Integer.parseInt(data[1]); in handleDeprecatedGlobalHttpProxy()3074 ProxyInfo p = new ProxyInfo(data[0], proxyPort, ""); in handleDeprecatedGlobalHttpProxy()
4973 int proxyPort = 8080; in saveGlobalProxyLocked() local4976 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()