Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DVmsHalServiceTest.java197 VehiclePropConfig otherPropConfig = new VehiclePropConfig(); in testTakeSupportedProperties() local
198 otherPropConfig.prop = VehicleProperty.CURRENT_GEAR; in testTakeSupportedProperties()
201 mHalService.takeSupportedProperties(Arrays.asList(otherPropConfig, vmsPropConfig))); in testTakeSupportedProperties()