Searched refs:oldProxyInfo (Results 1 – 1 of 1) sorted by relevance
4445 ProxyInfo oldProxyInfo = oldLp == null ? null : oldLp.getHttpProxy(); in updateProxy() local4447 if (!ProxyTracker.proxyInfoEqual(newProxyInfo, oldProxyInfo)) { in updateProxy()