Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/hdmi/
DDeviceFeatures.java377 public Builder update(DeviceFeatures newDeviceFeatures) { in update() argument
379 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()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsResolverTest.java1305 Set<String> newDeviceFeatures = new HashSet<>(); in testAddDeviceFeatureWithCarrier() local
1306 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() local
1457 newDeviceFeatures.add(ImsResolver.METADATA_MMTEL_FEATURE); in testRemoveCarrierFeature()
1458 newDeviceFeatures.add(ImsResolver.METADATA_RCS_FEATURE); in testRemoveCarrierFeature()
1460 convertToHashSet(newDeviceFeatures, 1); in testRemoveCarrierFeature()
[all …]