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/ |
D | AidlVehiclePropConfigBuilder.java | 69 VehicleAreaConfig[] newConfigs = duplicateAreaConfig(mConfig.areaConfigs, oldLength + 1); in addAreaConfig() local 70 newConfigs[oldLength] = config; in addAreaConfig() 71 mConfig.areaConfigs = newConfigs; in addAreaConfig()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | PropertyHalServiceTest.java | 230 mPropertyHalService.setPropertyHalServiceConfigs(PropertyHalServiceConfigs.newConfigs()); in setUp() 3042 mgrPropId, PropertyHalServiceConfigs.newConfigs(), /* isVhalPropId= */ false); in testGetMinMaxSupportedValue_EV_CHARGE_CURRENT_DRAW_LIMIT_fromConfig() 3076 mgrPropId, PropertyHalServiceConfigs.newConfigs(), /* isVhalPropId= */ false); in testGetMinMaxSupportedValue_EV_CHARGE_CURRENT_DRAW_LIMIT_noConfig() 3337 mgrPropId, PropertyHalServiceConfigs.newConfigs(), /* isVhalPropId= */ false); in testGetSupportedValuesList_withAnnotationfromConfig() 3370 mgrPropId, PropertyHalServiceConfigs.newConfigs(), /* isVhalPropId= */ false); in testGetSupportedValuesList_withAnnotationfromConfig_noConfig() 3404 mgrPropId, PropertyHalServiceConfigs.newConfigs(), /* isVhalPropId= */ false); in testGetSupportedValuesList_HVAC_FAN_DIRECTION() 3452 mgrPropId, PropertyHalServiceConfigs.newConfigs(), /* isVhalPropId= */ false); in testGetSupportedValuesList_HVAC_FAN_DIRECTION_getHvacFanDirectAvailableFailed() 3498 mgrPropId, PropertyHalServiceConfigs.newConfigs(), /* isVhalPropId= */ false); in testGetSupportedValuesList_HVAC_TEMPERATURE_SET() 3535 mgrPropId, PropertyHalServiceConfigs.newConfigs(), /* isVhalPropId= */ false); in testGetSupportedValuesList_HVAC_TEMPERATURE_SET_invalidConfig()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | AidlVehicleStubUnitTest.java | 246 VehiclePropConfigs newConfigs = new VehiclePropConfigs(); in testGetAllPropConfigsAidlLargeData() 247 newConfigs.payloads = new VehiclePropConfig[0]; in testGetAllPropConfigsAidlLargeData() 248 return newConfigs; in testGetAllPropConfigsAidlLargeData()
|
/packages/services/Car/service/src/com/android/car/hal/property/ |
D | PropertyHalServiceConfigs.java | 209 public static PropertyHalServiceConfigs newConfigs() { in newConfigs() method in PropertyHalServiceConfigs
|