Searched refs:mPropertyList (Results 1 – 1 of 1) sorted by relevance
62 private final List<CarPropertyConfig> mPropertyList; field in LocalHvacPropertyService77 mPropertyList = new ArrayList<>(2); in LocalHvacPropertyService()78 mPropertyList.addAll(Arrays.asList(fanSpeedConfig, temperatureConfig)); in LocalHvacPropertyService()95 return mPropertyList;