Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
H A DSipMessageParsingUtilsTest.java41 assertTrue(SipMessageParsingUtils.getAcceptContactFeatureTags(header).isEmpty()); in testNoAcceptContactHeader()
56 Set<String> features = SipMessageParsingUtils.getAcceptContactFeatureTags(header); in testAcceptContactHeaderMultipleValues()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/rcs/
H A DSipDialog.java76 Set<String> acceptContactTags = SipMessageParsingUtils.getAcceptContactFeatureTags( in fromSipMessage()
124 public Set<String> getAcceptContactFeatureTags() { in getAcceptContactFeatureTags() method in SipDialog
H A DSipSessionTracker.java165 boolean isAssociated = dialog.getAcceptContactFeatureTags().stream().anyMatch( in getCallIdsAssociatedWithFeatureTag()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/rcs/validator/
H A DOutgoingTransportStateValidator.java184 Set<String> featureTags = SipMessageParsingUtils.getAcceptContactFeatureTags( in validateMessageFeatureTag()
/aosp12/frameworks/base/telephony/common/com/android/internal/telephony/
H A DSipMessageParsingUtils.java223 public static Set<String> getAcceptContactFeatureTags(String headerString) { in getAcceptContactFeatureTags() method in SipMessageParsingUtils