Searched refs:mLightsByType (Results 1 – 1 of 1) sorted by relevance
60 private final LightImpl[] mLightsByType = new LightImpl[LightsManager.LIGHT_ID_COUNT]; field in LightsService496 if (0 <= type && type < mLightsByType.length) { in populateAvailableLights()497 mLightsByType[type] = mLightsById.valueAt(i); in populateAvailableLights()513 for (int i = 0; i < mLightsByType.length; i++) { in populateAvailableLightsFromHidl()543 if (mLightsByType != null && 0 <= lightType && lightType < mLightsByType.length) {544 return mLightsByType[lightType];