Home
last modified time | relevance | path

Searched refs:mCarPropertyConfigById (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java3422 private final SparseArray<CarPropertyConfig<?>> mCarPropertyConfigById = field in CarPropertyManager.CarPropertyConfigs
3434 mCarPropertyConfigById.put(configs.get(i).getPropertyId(), configs.get(i)); in CarPropertyConfigs()
3451 return mCarPropertyConfigById.get(propertyId); in getConfig()