Loading services/java/com/android/server/SystemServer.java +0 −9 Original line number Diff line number Diff line Loading @@ -318,8 +318,6 @@ public final class SystemServer implements Dumpable { "com.android.clockwork.displayoffload.DisplayOffloadService"; private static final String WEAR_DISPLAY_SERVICE_CLASS = "com.android.clockwork.display.WearDisplayService"; private static final String WEAR_LEFTY_SERVICE_CLASS = "com.google.android.clockwork.lefty.WearLeftyService"; private static final String WEAR_TIME_SERVICE_CLASS = "com.android.clockwork.time.WearTimeService"; private static final String WEAR_GLOBAL_ACTIONS_SERVICE_CLASS = Loading Loading @@ -1404,7 +1402,6 @@ public final class SystemServer implements Dumpable { false); boolean disableCameraService = SystemProperties.getBoolean("config.disable_cameraservice", false); boolean enableLeftyService = SystemProperties.getBoolean("config.enable_lefty", false); boolean isEmulator = SystemProperties.get("ro.boot.qemu").equals("1"); Loading Loading @@ -2502,12 +2499,6 @@ public final class SystemServer implements Dumpable { mSystemServiceManager.startService(WEAR_TIME_SERVICE_CLASS); t.traceEnd(); if (enableLeftyService) { t.traceBegin("StartWearLeftyService"); mSystemServiceManager.startService(WEAR_LEFTY_SERVICE_CLASS); t.traceEnd(); } t.traceBegin("StartWearGlobalActionsService"); mSystemServiceManager.startService(WEAR_GLOBAL_ACTIONS_SERVICE_CLASS); t.traceEnd(); Loading Loading
services/java/com/android/server/SystemServer.java +0 −9 Original line number Diff line number Diff line Loading @@ -318,8 +318,6 @@ public final class SystemServer implements Dumpable { "com.android.clockwork.displayoffload.DisplayOffloadService"; private static final String WEAR_DISPLAY_SERVICE_CLASS = "com.android.clockwork.display.WearDisplayService"; private static final String WEAR_LEFTY_SERVICE_CLASS = "com.google.android.clockwork.lefty.WearLeftyService"; private static final String WEAR_TIME_SERVICE_CLASS = "com.android.clockwork.time.WearTimeService"; private static final String WEAR_GLOBAL_ACTIONS_SERVICE_CLASS = Loading Loading @@ -1404,7 +1402,6 @@ public final class SystemServer implements Dumpable { false); boolean disableCameraService = SystemProperties.getBoolean("config.disable_cameraservice", false); boolean enableLeftyService = SystemProperties.getBoolean("config.enable_lefty", false); boolean isEmulator = SystemProperties.get("ro.boot.qemu").equals("1"); Loading Loading @@ -2502,12 +2499,6 @@ public final class SystemServer implements Dumpable { mSystemServiceManager.startService(WEAR_TIME_SERVICE_CLASS); t.traceEnd(); if (enableLeftyService) { t.traceBegin("StartWearLeftyService"); mSystemServiceManager.startService(WEAR_LEFTY_SERVICE_CLASS); t.traceEnd(); } t.traceBegin("StartWearGlobalActionsService"); mSystemServiceManager.startService(WEAR_GLOBAL_ACTIONS_SERVICE_CLASS); t.traceEnd(); Loading