Searched refs:deviceFeatures (Results 1 – 2 of 2) sorted by relevance
317 Set<String> deviceFeatures = new HashSet<>(); in testDeviceAndCarrierPackageBind() local318 deviceFeatures.add(ImsResolver.METADATA_MMTEL_FEATURE); in testDeviceAndCarrierPackageBind()319 deviceFeatures.add(ImsResolver.METADATA_RCS_FEATURE); in testDeviceAndCarrierPackageBind()326 info.add(getResolveInfo(TEST_DEVICE_DEFAULT_NAME, deviceFeatures, true)); in testDeviceAndCarrierPackageBind()344 convertToHashSet(deviceFeatures, 0); in testDeviceAndCarrierPackageBind()425 Set<String> deviceFeatures = new HashSet<>(); in testAddDeviceFeatureWithCarrier() local426 deviceFeatures.add(ImsResolver.METADATA_MMTEL_FEATURE); in testAddDeviceFeatureWithCarrier()436 info.add(getResolveInfo(TEST_DEVICE_DEFAULT_NAME, deviceFeatures, true)); in testAddDeviceFeatureWithCarrier()453 convertToHashSet(deviceFeatures, 1); in testAddDeviceFeatureWithCarrier()454 deviceFeatureSet.addAll(convertToHashSet(deviceFeatures, 0)); in testAddDeviceFeatureWithCarrier()[all …]
939 HashSet<ImsFeatureConfiguration.FeatureSlotPair> deviceFeatures = in calculateFeaturesToCreate() local941 deviceFeatures.removeAll(carrierImsInfo.getSupportedFeatures()); in calculateFeaturesToCreate()943 imsFeaturesBySlot.addAll(deviceFeatures.stream() in calculateFeaturesToCreate()