Searched refs:takeSupportedProperties (Results 1 – 9 of 9) sorted by relevance
98 mHalService.takeSupportedProperties(Collections.singleton(propConfig)); in setUp()156 mHalService.takeSupportedProperties(Collections.singleton(propConfig)); in testCoreId_IntegerOverflow()178 mHalService.takeSupportedProperties(Arrays.asList(otherPropConfig, vmsPropConfig))); in testTakeSupportedProperties()
106 mInputHalService.takeSupportedProperties(offeredProps); in takesKeyInputProperty()234 mInputHalService.takeSupportedProperties(ImmutableSet.of(HW_KEY_INPUT_CONFIG)); in subscribeListener()
60 public Collection<VehiclePropConfig> takeSupportedProperties( in takeSupportedProperties() method in HalServiceBase
109 public Collection<VehiclePropConfig> takeSupportedProperties( in takeSupportedProperties() method in InputHalService
278 public Collection<VehiclePropConfig> takeSupportedProperties( in takeSupportedProperties() method in PropertyHalService
352 public synchronized Collection<VehiclePropConfig> takeSupportedProperties( in takeSupportedProperties() method in PowerHalService
113 public Collection<VehiclePropConfig> takeSupportedProperties( in takeSupportedProperties() method in DiagnosticHalService
236 public Collection<VehiclePropConfig> takeSupportedProperties( in takeSupportedProperties() method in VmsHalService
156 Collection<VehiclePropConfig> taken = service.takeSupportedProperties(properties); in init()