Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceController.java558 HashSet<ImsFeatureConfiguration.FeatureSlotPair> unchangedFeatures = in changeImsServiceFeatures() local
560 unchangedFeatures.removeAll(oldFeatures); in changeImsServiceFeatures()
561 unchangedFeatures.removeAll(newFeatures); in changeImsServiceFeatures()
568 removeAddFeatures = unchangedFeatures.stream() in changeImsServiceFeatures()
579 unchangedFeatures.removeAll(removeAddFeatures); in changeImsServiceFeatures()
582 for (ImsFeatureConfiguration.FeatureSlotPair p : unchangedFeatures) { in changeImsServiceFeatures()