Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DPropertyHalService.java66 private final SparseArray<CarPropertyConfig<?>> mMgrPropIdToCarPropConfig = new SparseArray<>(); field in PropertyHalService
157 if (mMgrPropIdToCarPropConfig.size() == 0) { in getPropertyList()
162 mMgrPropIdToCarPropConfig.put(mgrPropId, config); in getPropertyList()
166 return mMgrPropIdToCarPropConfig; in getPropertyList()
368 mMgrPropIdToCarPropConfig.clear(); in release()