Searched refs:LIGHT_ID_COUNT (Results 1 – 2 of 2) sorted by relevance
32 final LightImpl mLights[] = new LightImpl[LightsManager.LIGHT_ID_COUNT];174 for (int i = 0; i < LightsManager.LIGHT_ID_COUNT; i++) { in LightsService()199 if (0 <= id && id < LIGHT_ID_COUNT) {
30 public static final int LIGHT_ID_COUNT = Type.COUNT; field in LightsManager