Searched refs:vmsPropConfig (Results 1 – 1 of 1) sorted by relevance
194 VehiclePropConfig vmsPropConfig = new VehiclePropConfig(); in testTakeSupportedProperties() local195 vmsPropConfig.prop = VehicleProperty.VEHICLE_MAP_SERVICE; in testTakeSupportedProperties()200 assertEquals(Collections.singleton(vmsPropConfig), in testTakeSupportedProperties()201 mHalService.takeSupportedProperties(Arrays.asList(otherPropConfig, vmsPropConfig))); in testTakeSupportedProperties()