Home
last modified time | relevance | path

Searched refs:PARAM_SEPARATOR (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
H A DSipMessageUtils.java29 private static final String PARAM_SEPARATOR = ";"; field in SipMessageUtils
71 headerValue += PARAM_SEPARATOR + paramKey.trim() + PARAM_KEY_VALUE_SEPARATOR in addParamToHeader()
/aosp12/frameworks/base/telephony/common/com/android/internal/telephony/
H A DSipMessageParsingUtils.java59 private static final String PARAM_SEPARATOR = ";"; field in SipMessageParsingUtils
144 String[] params = headerValue.split(PARAM_SEPARATOR); in getParameterValue()
231 String[] splitParams = header.second.split(PARAM_SEPARATOR); in getAcceptContactFeatureTags()