Searched refs:imsFeaturesBySlot (Results 1 – 1 of 1) sorted by relevance
546 HashSet<Pair<Integer, Integer>> imsFeaturesBySlot = new HashSet<>(); in calculateFeaturesToCreate() local550 imsFeaturesBySlot.addAll(info.supportedFeatures.stream().map( in calculateFeaturesToCreate()560 imsFeaturesBySlot.addAll(info.supportedFeatures.stream().map( in calculateFeaturesToCreate()568 imsFeaturesBySlot.addAll(deviceFeatures.stream().map( in calculateFeaturesToCreate()574 return imsFeaturesBySlot; in calculateFeaturesToCreate()