Merge "Remove defunct EVENT_SEND_STICKY_BROADCAST_INTENT."

This commit is contained in:
Lorenzo Colitti
2015-12-15 13:24:52 +00:00
committed by Android (Google) Code Review

View File

@@ -254,11 +254,6 @@ public class ConnectivityService extends IConnectivityManager.Stub
*/ */
private static final int EVENT_APPLY_GLOBAL_HTTP_PROXY = 9; private static final int EVENT_APPLY_GLOBAL_HTTP_PROXY = 9;
/**
* used internally to send a sticky broadcast delayed.
*/
private static final int EVENT_SEND_STICKY_BROADCAST_INTENT = 11;
/** /**
* PAC manager has received new port. * PAC manager has received new port.
*/ */
@@ -2515,11 +2510,6 @@ public class ConnectivityService extends IConnectivityManager.Stub
handleDeprecatedGlobalHttpProxy(); handleDeprecatedGlobalHttpProxy();
break; break;
} }
case EVENT_SEND_STICKY_BROADCAST_INTENT: {
Intent intent = (Intent)msg.obj;
sendStickyBroadcast(intent);
break;
}
case EVENT_PROXY_HAS_CHANGED: { case EVENT_PROXY_HAS_CHANGED: {
handleApplyDefaultProxy((ProxyInfo)msg.obj); handleApplyDefaultProxy((ProxyInfo)msg.obj);
break; break;