Loading services/java/com/android/server/SystemServer.java +0 −18 Original line number Diff line number Diff line Loading @@ -671,7 +671,6 @@ public final class SystemServer { VibratorService vibrator = null; IStorageManager storageManager = null; NetworkManagementService networkManagement = null; IpSecService ipSecService = null; NetworkStatsService networkStats = null; NetworkPolicyManagerService networkPolicy = null; ConnectivityService connectivity = null; Loading Loading @@ -1024,15 +1023,6 @@ public final class SystemServer { reportWtf("starting NetworkManagement Service", e); } traceEnd(); traceBeginAndSlog("StartIpSecService"); try { ipSecService = IpSecService.create(context); ServiceManager.addService(Context.IPSEC_SERVICE, ipSecService); } catch (Throwable e) { reportWtf("starting IpSec Service", e); } traceEnd(); } if (!disableNonCoreServices && !disableTextServices) { Loading Loading @@ -1643,7 +1633,6 @@ public final class SystemServer { final TelephonyRegistry telephonyRegistryF = telephonyRegistry; final MediaRouterService mediaRouterF = mediaRouter; final MmsServiceBroker mmsServiceF = mmsService; final IpSecService ipSecServiceF = ipSecService; final WindowManagerService windowManagerF = wm; // We now tell the activity manager it is okay to run third party Loading Loading @@ -1708,13 +1697,6 @@ public final class SystemServer { .networkScoreAndNetworkManagementServiceReady(); } traceEnd(); traceBeginAndSlog("MakeIpSecServiceReady"); try { if (ipSecServiceF != null) ipSecServiceF.systemReady(); } catch (Throwable e) { reportWtf("making IpSec Service ready", e); } traceEnd(); traceBeginAndSlog("MakeNetworkStatsServiceReady"); try { if (networkStatsF != null) networkStatsF.systemReady(); Loading Loading
services/java/com/android/server/SystemServer.java +0 −18 Original line number Diff line number Diff line Loading @@ -671,7 +671,6 @@ public final class SystemServer { VibratorService vibrator = null; IStorageManager storageManager = null; NetworkManagementService networkManagement = null; IpSecService ipSecService = null; NetworkStatsService networkStats = null; NetworkPolicyManagerService networkPolicy = null; ConnectivityService connectivity = null; Loading Loading @@ -1024,15 +1023,6 @@ public final class SystemServer { reportWtf("starting NetworkManagement Service", e); } traceEnd(); traceBeginAndSlog("StartIpSecService"); try { ipSecService = IpSecService.create(context); ServiceManager.addService(Context.IPSEC_SERVICE, ipSecService); } catch (Throwable e) { reportWtf("starting IpSec Service", e); } traceEnd(); } if (!disableNonCoreServices && !disableTextServices) { Loading Loading @@ -1643,7 +1633,6 @@ public final class SystemServer { final TelephonyRegistry telephonyRegistryF = telephonyRegistry; final MediaRouterService mediaRouterF = mediaRouter; final MmsServiceBroker mmsServiceF = mmsService; final IpSecService ipSecServiceF = ipSecService; final WindowManagerService windowManagerF = wm; // We now tell the activity manager it is okay to run third party Loading Loading @@ -1708,13 +1697,6 @@ public final class SystemServer { .networkScoreAndNetworkManagementServiceReady(); } traceEnd(); traceBeginAndSlog("MakeIpSecServiceReady"); try { if (ipSecServiceF != null) ipSecServiceF.systemReady(); } catch (Throwable e) { reportWtf("making IpSec Service ready", e); } traceEnd(); traceBeginAndSlog("MakeNetworkStatsServiceReady"); try { if (networkStatsF != null) networkStatsF.systemReady(); Loading