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

  /frameworks/base/services/java/com/android/server/
LightsService.java 30 public class LightsService {
31 private static final String TAG = "LightsService";
175 LightsService(Context context) {
BatteryService.java 128 public BatteryService(Context context, LightsService lights) {
546 private LightsService mLightsService;
547 private LightsService.Light mBatteryLight;
559 Led(Context context, LightsService lights) {
561 mBatteryLight = lights.getLight(LightsService.LIGHT_ID_BATTERY);
587 mBatteryLight.setFlashing(mBatteryLowARGB, LightsService.LIGHT_FLASH_TIMED,
PowerManagerService.java 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)
    [all...]
NotificationManagerService.java 118 private LightsService.Light mNotificationLight;
119 private LightsService.Light mAttentionLight;
579 LightsService lights)
593 mNotificationLight = lights.getLight(LightsService.LIGHT_ID_NOTIFICATIONS);
594 mAttentionLight = lights.getLight(LightsService.LIGHT_ID_ATTENTION);
    [all...]
SystemServer.java 117 LightsService lights = null;
207 lights = new LightsService(context);
    [all...]

Completed in 254 milliseconds