Loading services/java/com/android/server/SystemServer.java +6 −0 Original line number Diff line number Diff line Loading @@ -326,6 +326,8 @@ public final class SystemServer implements Dumpable { "com.android.clockwork.power.WearPowerService"; private static final String HEALTH_SERVICE_CLASS = "com.android.clockwork.healthservices.HealthService"; private static final String SYSTEM_STATE_DISPLAY_SERVICE_CLASS = "com.android.clockwork.systemstatedisplay.SystemStateDisplayService"; private static final String WEAR_SIDEKICK_SERVICE_CLASS = "com.google.android.clockwork.sidekick.SidekickService"; private static final String WEAR_DISPLAYOFFLOAD_SERVICE_CLASS = Loading Loading @@ -2591,6 +2593,10 @@ public final class SystemServer implements Dumpable { mSystemServiceManager.startService(HEALTH_SERVICE_CLASS); t.traceEnd(); t.traceBegin("StartSystemStateDisplayService"); mSystemServiceManager.startService(SYSTEM_STATE_DISPLAY_SERVICE_CLASS); t.traceEnd(); t.traceBegin("StartWearConnectivityService"); mSystemServiceManager.startService(WEAR_CONNECTIVITY_SERVICE_CLASS); t.traceEnd(); Loading Loading
services/java/com/android/server/SystemServer.java +6 −0 Original line number Diff line number Diff line Loading @@ -326,6 +326,8 @@ public final class SystemServer implements Dumpable { "com.android.clockwork.power.WearPowerService"; private static final String HEALTH_SERVICE_CLASS = "com.android.clockwork.healthservices.HealthService"; private static final String SYSTEM_STATE_DISPLAY_SERVICE_CLASS = "com.android.clockwork.systemstatedisplay.SystemStateDisplayService"; private static final String WEAR_SIDEKICK_SERVICE_CLASS = "com.google.android.clockwork.sidekick.SidekickService"; private static final String WEAR_DISPLAYOFFLOAD_SERVICE_CLASS = Loading Loading @@ -2591,6 +2593,10 @@ public final class SystemServer implements Dumpable { mSystemServiceManager.startService(HEALTH_SERVICE_CLASS); t.traceEnd(); t.traceBegin("StartSystemStateDisplayService"); mSystemServiceManager.startService(SYSTEM_STATE_DISPLAY_SERVICE_CLASS); t.traceEnd(); t.traceBegin("StartWearConnectivityService"); mSystemServiceManager.startService(WEAR_CONNECTIVITY_SERVICE_CLASS); t.traceEnd(); Loading