Searched refs:newDeviceFeatures (Results 1 – 2 of 2) sorted by relevance
377 public Builder update(DeviceFeatures newDeviceFeatures) { in update() argument379 newDeviceFeatures.getRecordTvScreenSupport()); in update()381 newDeviceFeatures.getSetOsdStringSupport()); in update()383 newDeviceFeatures.getDeckControlSupport()); in update()385 newDeviceFeatures.getSetAudioRateSupport()); in update()387 newDeviceFeatures.getArcTxSupport()); in update()389 newDeviceFeatures.getArcRxSupport()); in update()391 newDeviceFeatures.getSetAudioVolumeLevelSupport()); in update()
1305 Set<String> newDeviceFeatures = new HashSet<>(); in testAddDeviceFeatureWithCarrier() local1306 newDeviceFeatures.add(ImsResolver.METADATA_MMTEL_FEATURE); in testAddDeviceFeatureWithCarrier()1307 newDeviceFeatures.add(ImsResolver.METADATA_RCS_FEATURE); in testAddDeviceFeatureWithCarrier()1309 info.add(getResolveInfo(TEST_DEVICE_DEFAULT_NAME, newDeviceFeatures, true)); in testAddDeviceFeatureWithCarrier()1317 convertToHashSet(newDeviceFeatures, 1); in testAddDeviceFeatureWithCarrier()1318 newDeviceFeatureSet.addAll(convertToHashSet(newDeviceFeatures, 0)); in testAddDeviceFeatureWithCarrier()1456 Set<String> newDeviceFeatures = new HashSet<>(); in testRemoveCarrierFeature() local1457 newDeviceFeatures.add(ImsResolver.METADATA_MMTEL_FEATURE); in testRemoveCarrierFeature()1458 newDeviceFeatures.add(ImsResolver.METADATA_RCS_FEATURE); in testRemoveCarrierFeature()1460 convertToHashSet(newDeviceFeatures, 1); in testRemoveCarrierFeature()[all …]