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

Commit 8bcb273f authored by Lorenzo Colitti's avatar Lorenzo Colitti
Browse files

Remove defunct EVENT_SEND_STICKY_BROADCAST_INTENT.

http://ag/572619 , which removed the 3-second CONNECTIVITY_ACTION delay,
removed its only caller, but missed removing the message declaration
and processing code.

Bug: 20013379
Change-Id: Ice573569715ba424b8bf66d1dd08184d2b4a60f1
parent bda01cc5
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -252,11 +252,6 @@ public class ConnectivityService extends IConnectivityManager.Stub
     */
    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.
     */
@@ -2508,11 +2503,6 @@ public class ConnectivityService extends IConnectivityManager.Stub
                    handleDeprecatedGlobalHttpProxy();
                    break;
                }
                case EVENT_SEND_STICKY_BROADCAST_INTENT: {
                    Intent intent = (Intent)msg.obj;
                    sendStickyBroadcast(intent);
                    break;
                }
                case EVENT_PROXY_HAS_CHANGED: {
                    handleApplyDefaultProxy((ProxyInfo)msg.obj);
                    break;