Searched refs:supportedProperties (Results 1 – 2 of 2) sorted by relevance
118 LinkedList<VehiclePropConfig> supportedProperties = new LinkedList<VehiclePropConfig>(); in takeSupportedProperties() local130 supportedProperties.add(vp); in takeSupportedProperties()136 return supportedProperties; in takeSupportedProperties()
85 final List<HalPropertyInfo> supportedProperties = propConfigList.stream() in onResume() local90 mListView.setAdapter(new ListAdapter(mActivity, vehicle, supportedProperties)); in onResume()