Home
last modified time | relevance | path

Searched refs:newConfigs (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/libs/vehicle-hal-support-lib/src/com/android/car/hal/test/
DAidlVehiclePropConfigBuilder.java64 VehicleAreaConfig[] newConfigs = duplicateAreaConfig(mConfig.areaConfigs, oldLength + 1); in addAreaConfig() local
65 newConfigs[oldLength] = config; in addAreaConfig()
66 mConfig.areaConfigs = newConfigs; in addAreaConfig()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DAidlVehicleStubUnitTest.java224 VehiclePropConfigs newConfigs = new VehiclePropConfigs(); in testGetAllPropConfigsAidlLargeData()
225 newConfigs.payloads = new VehiclePropConfig[0]; in testGetAllPropConfigsAidlLargeData()
226 return newConfigs; in testGetAllPropConfigsAidlLargeData()
/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyHalServiceConfigs.java227 public static PropertyHalServiceConfigs newConfigs() { in newConfigs() method in PropertyHalServiceConfigs
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java195 mPropertyHalService.setPropertyHalServiceConfigs(PropertyHalServiceConfigs.newConfigs()); in setUp()