HomeSort by relevance Sort by last modified time
    Searched refs:LightsService (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/java/com/android/server/
LightsService.java 31 public class LightsService {
32 private static final String TAG = "LightsService";
174 LightsService(Context context) {
NotificationManagerService.java 90 private LightsService mLightsService;
91 private LightsService.Light mBatteryLight;
92 private LightsService.Light mNotificationLight;
93 private LightsService.Light mAttentionLight;
409 LightsService lights)
423 mBatteryLight = lights.getLight(LightsService.LIGHT_ID_BATTERY);
424 mNotificationLight = lights.getLight(LightsService.LIGHT_ID_NOTIFICATIONS);
425 mAttentionLight = lights.getLight(LightsService.LIGHT_ID_ATTENTION);
    [all...]
PowerManagerService.java 185 private LightsService mLightsService;
187 private LightsService.Light mLcdLight;
188 private LightsService.Light mButtonLight;
189 private LightsService.Light mKeyboardLight;
190 private LightsService.Light mAttentionLight;
453 void init(Context context, LightsService lights, IActivityManager activity,
461 mLcdLight = lights.getLight(LightsService.LIGHT_ID_BACKLIGHT);
462 mButtonLight = lights.getLight(LightsService.LIGHT_ID_BUTTONS);
463 mKeyboardLight = lights.getLight(LightsService.LIGHT_ID_KEYBOARD);
464 mAttentionLight = lights.getLight(LightsService.LIGHT_ID_ATTENTION)
    [all...]
SystemServer.java 89 LightsService lights = null;
150 lights = new LightsService(context);

Completed in 137 milliseconds