Searched refs:mAllProperties (Results 1 – 2 of 2) sorted by relevance
32 private final Map<String, VCardProperty> mAllProperties; field in CustomVCardEntry36 mAllProperties = new ArrayMap<String, VCardProperty>(); in CustomVCardEntry()42 mAllProperties.put(property.getName(), property); in addProperty()46 return mAllProperties.get(name); in getProperty()
95 private final HashMap<Integer, VehiclePropConfig> mAllProperties = new HashMap<>(); field in VehicleHal213 mAllProperties.put(p.prop, p); in init()250 mAllProperties.clear(); in release()341 config = mAllProperties.get(property); in subscribeProperty()373 config = mAllProperties.get(property); in unsubscribeProperty()395 return mAllProperties.containsKey(propertyId); in isPropertySupported()399 return mAllProperties.values(); in getAllPropConfigs()544 configList = new ArrayList<>(mAllProperties.values()); in dump()