Searched refs:supportedFeatures (Results 1 – 3 of 3) sorted by relevance
92 public Set<Integer> supportedFeatures; field in ImsResolver.ImsServiceInfo102 return supportedFeatures != null ? supportedFeatures.equals(that.supportedFeatures) in equals()103 : that.supportedFeatures == null; in equals()110 result = 31 * result + (supportedFeatures != null ? supportedFeatures.hashCode() : 0); in hashCode()387 Log.d(TAG, "Updating features - Old features: " + match.get().supportedFeatures in maybeAddedImsService()388 + " new features: " + info.supportedFeatures); in maybeAddedImsService()389 match.get().supportedFeatures = info.supportedFeatures; in maybeAddedImsService()550 imsFeaturesBySlot.addAll(info.supportedFeatures.stream().map( in calculateFeaturesToCreate()560 imsFeaturesBySlot.addAll(info.supportedFeatures.stream().map( in calculateFeaturesToCreate()566 Set<Integer> deviceFeatures = new HashSet<>(info.supportedFeatures); in calculateFeaturesToCreate()[all …]
876 if (!sInfo.supportedFeatures.contains(ImsFeature.EMERGENCY_MMTEL)) { in isImsServiceInfoEqual()881 if (!sInfo.supportedFeatures.contains(ImsFeature.MMTEL)) { in isImsServiceInfoEqual()886 if (!sInfo.supportedFeatures.contains(ImsFeature.RCS)) { in isImsServiceInfoEqual()
1260 private int testGetSupportedFeaturesCase(int supportedFeatures, boolean rttConfigured) { in testGetSupportedFeaturesCase() argument1263 reply.arg1 = supportedFeatures; in testGetSupportedFeaturesCase()