Home | History | Annotate | Download | only in server

Lines Matching refs:LightsService

231     private LightsService mLightsService;
233 private LightsService.Light mLcdLight;
234 private LightsService.Light mButtonLight;
235 private LightsService.Light mKeyboardLight;
236 private LightsService.Light mAttentionLight;
553 void init(Context context, LightsService lights, IActivityManager activity,
561 mLcdLight = lights.getLight(LightsService.LIGHT_ID_BACKLIGHT);
562 mButtonLight = lights.getLight(LightsService.LIGHT_ID_BUTTONS);
563 mKeyboardLight = lights.getLight(LightsService.LIGHT_ID_KEYBOARD);
564 mAttentionLight = lights.getLight(LightsService.LIGHT_ID_ATTENTION);
2204 ? LightsService.BRIGHTNESS_MODE_SENSOR
2205 : LightsService.BRIGHTNESS_MODE_USER);
3178 mAttentionLight.setFlashing(color, LightsService.LIGHT_FLASH_HARDWARE, (on ? 3 : 0), 0);