Searched refs:LightImpl (Results 1 – 2 of 2) sorted by relevance
32 final LightImpl mLights[] = new LightImpl[LightsManager.LIGHT_ID_COUNT];34 private final class LightImpl extends Light { class in LightsService36 private LightImpl(int id) { in LightImpl() method in LightsService.LightImpl175 mLights[i] = new LightImpl(i); in LightsService()210 LightImpl light = (LightImpl)msg.obj;
4476 Lcom/android/server/lights/LightsService$LightImpl;