Searched refs:mImsFeatures (Results 1 – 1 of 1) sorted by relevance
237 private Set<ImsFeatureConfiguration.FeatureSlotPair> mImsFeatures; field in ImsServiceController298 bind(mImsFeatures);373 mImsFeatures = imsFeatureSet; in bind()447 if (mImsFeatures.equals(newImsFeatures)) { in changeImsServiceFeatures()454 new HashSet<>(mImsFeatures); in changeImsServiceFeatures()456 mImsFeatures = newImsFeatures; in changeImsServiceFeatures()460 new HashSet<>(mImsFeatures); in changeImsServiceFeatures()463 long caps = modifyCapabiltiesForSlot(mImsFeatures, i.slotId, in changeImsServiceFeatures()470 oldFeatures.removeAll(mImsFeatures); in changeImsServiceFeatures()476 new HashSet<>(mImsFeatures); in changeImsServiceFeatures()[all …]