Merge "Remove defunct EVENT_SEND_STICKY_BROADCAST_INTENT."
This commit is contained in:
committed by
Android (Google) Code Review
commit
eadb751c84
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user