Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16c9a107 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by Android (Google) Code Review
Browse files

Merge "Remove defunct EVENT_SEND_STICKY_BROADCAST_INTENT."

parents 61e7c647 8bcb273f
Loading
Loading
Loading
Loading
+0 −10
Original line number Original line Diff line number Diff line
@@ -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;