Searched refs:mCarPropertyConfigById (Results 1 – 1 of 1) sorted by relevance
3422 private final SparseArray<CarPropertyConfig<?>> mCarPropertyConfigById = field in CarPropertyManager.CarPropertyConfigs3434 mCarPropertyConfigById.put(configs.get(i).getPropertyId(), configs.get(i)); in CarPropertyConfigs()3451 return mCarPropertyConfigById.get(propertyId); in getConfig()