Searched refs:newConfigs (Results 1 – 4 of 4) sorted by relevance
64 VehicleAreaConfig[] newConfigs = duplicateAreaConfig(mConfig.areaConfigs, oldLength + 1); in addAreaConfig() local65 newConfigs[oldLength] = config; in addAreaConfig()66 mConfig.areaConfigs = newConfigs; in addAreaConfig()
224 VehiclePropConfigs newConfigs = new VehiclePropConfigs(); in testGetAllPropConfigsAidlLargeData()225 newConfigs.payloads = new VehiclePropConfig[0]; in testGetAllPropConfigsAidlLargeData()226 return newConfigs; in testGetAllPropConfigsAidlLargeData()
227 public static PropertyHalServiceConfigs newConfigs() { in newConfigs() method in PropertyHalServiceConfigs
195 mPropertyHalService.setPropertyHalServiceConfigs(PropertyHalServiceConfigs.newConfigs()); in setUp()