Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DVmsHalServiceTest.java194 VehiclePropConfig vmsPropConfig = new VehiclePropConfig(); in testTakeSupportedProperties() local
195 vmsPropConfig.prop = VehicleProperty.VEHICLE_MAP_SERVICE; in testTakeSupportedProperties()
200 assertEquals(Collections.singleton(vmsPropConfig), in testTakeSupportedProperties()
201 mHalService.takeSupportedProperties(Arrays.asList(otherPropConfig, vmsPropConfig))); in testTakeSupportedProperties()