Home | History | Annotate | Download | only in server

Lines Matching refs:lights

117         LightsService lights = null;
206 Slog.i(TAG, "Lights Service");
207 lights = new LightsService(context);
210 battery = new BatteryService(context, lights);
218 // lights service, content providers and the battery service.
219 power.init(context, lights, ActivityManagerService.self(), battery);
470 notification = new NotificationManagerService(context, statusBar, lights);