Searched refs:mLightsByType (Results 1 – 1 of 1) sorted by relevance
59 private final LightImpl[] mLightsByType = new LightImpl[LightsManager.LIGHT_ID_COUNT]; field in LightsService469 if (0 <= type && type < mLightsByType.length) { in populateAvailableLights()470 mLightsByType[type] = mLightsById.valueAt(i); in populateAvailableLights()486 for (int i = 0; i < mLightsByType.length; i++) { in populateAvailableLightsFromHidl()516 if (mLightsByType != null && 0 <= lightType && lightType < mLightsByType.length) {517 return mLightsByType[lightType];