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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user