Searched refs:propertyList (Results 1 – 2 of 2) sorted by relevance
92 List<CarPropertyConfig> propertyList = mCarPropertyService.getPropertyList() in VehiclePropertyPublisher() local94 mCarPropertyList = new SparseArray<>(propertyList.size()); in VehiclePropertyPublisher()95 for (CarPropertyConfig property : propertyList) { in VehiclePropertyPublisher()
419 List<CarPropertyConfig> propertyList = mPropertyService in getSupportedGears() local421 for (CarPropertyConfig p : propertyList) { in getSupportedGears()