Searched refs:getLight (Results 1 – 6 of 6) sorted by relevance
30 public abstract Light getLight(int id); in getLight() method in LightsManager
217 public Light getLight(int id) {
172 mBacklight = lights.getLight(LightsManager.LIGHT_ID_BACKLIGHT); in LocalDisplayDevice()
807 mBatteryLight = lights.getLight(LightsManager.LIGHT_ID_BATTERY); in Led()
981 mNotificationLight = lights.getLight(LightsManager.LIGHT_ID_NOTIFICATIONS); in onStart()982 mAttentionLight = lights.getLight(LightsManager.LIGHT_ID_ATTENTION); in onStart()
588 mAttentionLight = mLightsManager.getLight(LightsManager.LIGHT_ID_ATTENTION); in systemReady()