Searched refs:deviceFeatures (Results 1 – 2 of 2) sorted by relevance
318 Set<String> deviceFeatures = new HashSet<>(); in testDeviceAndCarrierPackageBind() local319 deviceFeatures.add(ImsResolver.METADATA_MMTEL_FEATURE); in testDeviceAndCarrierPackageBind()320 deviceFeatures.add(ImsResolver.METADATA_RCS_FEATURE); in testDeviceAndCarrierPackageBind()327 info.add(getResolveInfo(TEST_DEVICE_DEFAULT_NAME, deviceFeatures, true)); in testDeviceAndCarrierPackageBind()345 convertToHashSet(deviceFeatures, 0); in testDeviceAndCarrierPackageBind()426 Set<String> deviceFeatures = new HashSet<>(); in testAddDeviceFeatureWithCarrier() local427 deviceFeatures.add(ImsResolver.METADATA_MMTEL_FEATURE); in testAddDeviceFeatureWithCarrier()437 info.add(getResolveInfo(TEST_DEVICE_DEFAULT_NAME, deviceFeatures, true)); in testAddDeviceFeatureWithCarrier()454 convertToHashSet(deviceFeatures, 1); in testAddDeviceFeatureWithCarrier()455 deviceFeatureSet.addAll(convertToHashSet(deviceFeatures, 0)); in testAddDeviceFeatureWithCarrier()[all …]
942 HashSet<ImsFeatureConfiguration.FeatureSlotPair> deviceFeatures = in calculateFeaturesToCreate() local944 deviceFeatures.removeAll(carrierImsInfo.getSupportedFeatures()); in calculateFeaturesToCreate()946 imsFeaturesBySlot.addAll(deviceFeatures.stream() in calculateFeaturesToCreate()