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