Searched refs:newFeatures (Results 1 – 3 of 3) sorted by relevance
318 HashSet<Pair<Integer, Integer>> newFeatures = new HashSet<>(newImsFeatures); in changeImsServiceFeatures() local319 newFeatures.removeAll(mImsFeatures); in changeImsServiceFeatures()320 for (Pair<Integer, Integer> i : newFeatures) { in changeImsServiceFeatures()
343 Set<String> newFeatures = new HashSet<>(features); in testAddDeviceFeatureNoCarrier() local344 newFeatures.add(ImsResolver.METADATA_RCS_FEATURE); in testAddDeviceFeatureNoCarrier()346 info.add(getResolveInfo(TEST_DEVICE_DEFAULT_NAME, newFeatures, true)); in testAddDeviceFeatureNoCarrier()357 HashSet<Pair<Integer, Integer>> newFeatureSet = convertToHashSet(newFeatures, 0); in testAddDeviceFeatureNoCarrier()358 newFeatureSet.addAll(convertToHashSet(newFeatures, 1)); in testAddDeviceFeatureNoCarrier()
345 final int newFeatures = features | (1 << featureId); in requestFeature() local346 if ((newFeatures & (1 << FEATURE_CUSTOM_TITLE)) != 0 && in requestFeature()347 (newFeatures & ~CUSTOM_TITLE_COMPATIBLE_FEATURES) != 0) { in requestFeature()