Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java920 HashSet<ImsFeatureConfiguration.FeatureSlotPair> imsFeaturesBySlot = new HashSet<>(); in calculateFeaturesToCreate() local
924 imsFeaturesBySlot.addAll(info.getSupportedFeatures().stream() in calculateFeaturesToCreate()
936 imsFeaturesBySlot.addAll(info.getSupportedFeatures().stream() in calculateFeaturesToCreate()
946 imsFeaturesBySlot.addAll(deviceFeatures.stream() in calculateFeaturesToCreate()
952 return imsFeaturesBySlot; in calculateFeaturesToCreate()