Searched defs:newFeatures (Results 1 – 5 of 5) sorted by relevance
94 DeviceFeatures newFeatures = DeviceFeatures.ALL_FEATURES_SUPPORT_UNKNOWN.toBuilder() in testUpdate() local
655 HashSet<ImsFeatureConfiguration.FeatureSlotPair> newFeatures = new HashSet<>(); in testCarrierPackageChangeEmergencyCalling() local1157 Set<String> newFeatures = new HashSet<>(features); in testAddDeviceFeatureNoCarrier() local1241 Set<String> newFeatures = new HashSet<>(features); in testAddDeviceFeatureNoCarrierRcsNotSupported() local
531 HashSet<ImsFeatureConfiguration.FeatureSlotPair> newFeatures = in changeImsServiceFeatures() local
195 void replaceFeatures(Set<ImsFeatureConfiguration.FeatureSlotPair> newFeatures) { in replaceFeatures()
411 final int newFeatures = features | (1 << featureId); in requestFeature() local