Loading services/core/java/com/android/server/ConnectivityService.java +0 −10 Original line number Original line Diff line number Diff line Loading @@ -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. */ */ Loading Loading @@ -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; Loading Loading
services/core/java/com/android/server/ConnectivityService.java +0 −10 Original line number Original line Diff line number Diff line Loading @@ -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. */ */ Loading Loading @@ -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; Loading