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.java1280 HashSet<ImsFeatureConfiguration.FeatureSlotPair> imsFeaturesBySlot = new HashSet<>(); in calculateFeaturesToCreate() local
1285 imsFeaturesBySlot.addAll(info.getSupportedFeatures().stream() in calculateFeaturesToCreate()
1289 return imsFeaturesBySlot; in calculateFeaturesToCreate()
1292 imsFeaturesBySlot.addAll(info.getSupportedFeatures().stream() in calculateFeaturesToCreate()
1303 return imsFeaturesBySlot; in calculateFeaturesToCreate()