Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java92 public Set<Integer> supportedFeatures; field in ImsResolver.ImsServiceInfo
102 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 …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsResolverTest.java876 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()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiStateMachineTest.java1260 private int testGetSupportedFeaturesCase(int supportedFeatures, boolean rttConfigured) { in testGetSupportedFeaturesCase() argument
1263 reply.arg1 = supportedFeatures; in testGetSupportedFeaturesCase()