Searched refs:carPropertyConfigList (Results 1 – 1 of 1) sorted by relevance
326 List<CarPropertyConfig> carPropertyConfigList = getPropertyList(); in getSupportedSensors() local327 int[] supportedSensors = new int[carPropertyConfigList.size()]; in getSupportedSensors()329 supportedSensors[i] = carPropertyConfigList.get(i).getPropertyId(); in getSupportedSensors()