Merge "[PT17.5] Revert to booleans for send/not send broadcast constants." am: 4e9a6e4c53
am: 407b351d68
Change-Id: Iee504061c4b61668990489e70d0dd0b75606d24b
This commit is contained in:
@@ -208,8 +208,7 @@ public class ProxyTracker {
|
||||
public void sendProxyBroadcast() {
|
||||
final ProxyInfo defaultProxy = getDefaultProxy();
|
||||
final ProxyInfo proxyInfo = null != defaultProxy ? defaultProxy : new ProxyInfo("", 0, "");
|
||||
if (mPacManager.setCurrentProxyScriptUrl(proxyInfo)
|
||||
== PacManager.ToSendOrNotToSendBroadcast.DONT_SEND_BROADCAST) {
|
||||
if (mPacManager.setCurrentProxyScriptUrl(proxyInfo) == PacManager.DONT_SEND_BROADCAST) {
|
||||
return;
|
||||
}
|
||||
if (DBG) Slog.d(TAG, "sending Proxy Broadcast for " + proxyInfo);
|
||||
|
||||
Reference in New Issue
Block a user