Searched refs:mLightsByType (Results 1 – 1 of 1) sorted by relevance
59 private final LightImpl[] mLightsByType = new LightImpl[LightsManager.LIGHT_ID_COUNT]; field in LightsService473 if (0 <= type && type < mLightsByType.length) { in populateAvailableLights()474 mLightsByType[type] = light; in populateAvailableLights()490 for (int i = 0; i < mLightsByType.length; i++) { in populateAvailableLightsFromHidl()520 if (mLightsByType != null && 0 <= lightType && lightType < mLightsByType.length) {521 return mLightsByType[lightType];