Searched refs:LIGHT_ID_COUNT (Results 1 – 2 of 2) sorted by relevance
38 final LightImpl mLights[] = new LightImpl[LightsManager.LIGHT_ID_COUNT];160 for (int i = 0; i < LightsManager.LIGHT_ID_COUNT; i++) { in LightsService()218 if (id < LIGHT_ID_COUNT) {
28 public static final int LIGHT_ID_COUNT = 8; field in LightsManager