Searched refs:LightsService (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/lights/
H A DLightsService.java32 public class LightsService extends SystemService { class in inherits:SystemService
33 static final String TAG = "LightsService";
166 public LightsService(Context context) { method in class:LightsService
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java73 import com.android.server.lights.LightsService;
369 mSystemServiceManager.startService(LightsService.class);

Completed in 108 milliseconds