Searched refs:getPropertyConfigList (Results 1 – 6 of 6) sorted by relevance
42 List<CarPropertyConfig> getPropertyConfigList(in int[] propIds) = 7; in getPropertyConfigList() method
383 configs = mService.getPropertyConfigList(propIds); in getPropertyList()403 configs = mService.getPropertyConfigList(new int[] {propId}); in getCarPropertyConfig()
147 .getPropertyConfigList(REQUIRED_PROPERTIES); in checkPropertySupport()370 .getPropertyConfigList(REQUIRED_PROPERTIES); in getSupportedGears()
371 return getPropertyConfigList(allPropId); in getPropertyList()381 public List<CarPropertyConfig> getPropertyConfigList(int[] propIds) { in getPropertyConfigList() method in CarPropertyService
234 List<CarPropertyConfig> availableProp = mCarPropertyService.getPropertyConfigList( in getDriverSeatLocationFromVhal()
90 public List<CarPropertyConfig> getPropertyConfigList(int[] propIds) { in getPropertyConfigList() method in FakeCarPropertyService