Searched refs:mMgrPropIdToCarPropConfig (Results 1 – 1 of 1) sorted by relevance
66 private final SparseArray<CarPropertyConfig<?>> mMgrPropIdToCarPropConfig = new SparseArray<>(); field in PropertyHalService157 if (mMgrPropIdToCarPropConfig.size() == 0) { in getPropertyList()162 mMgrPropIdToCarPropConfig.put(mgrPropId, config); in getPropertyList()166 return mMgrPropIdToCarPropConfig; in getPropertyList()368 mMgrPropIdToCarPropConfig.clear(); in release()