Searched refs:PARAM_KEY_VALUE_SEPARATOR (Results 1 – 1 of 1) sorted by relevance
61 private static final String PARAM_KEY_VALUE_SEPARATOR = "="; field in SipMessageParsingUtils150 String[] pair = param.split(PARAM_KEY_VALUE_SEPARATOR); in getParameterValue()240 String[] paramKeyValue = ft.split(PARAM_KEY_VALUE_SEPARATOR, 2); in getAcceptContactFeatureTags()248 featureTags.add(paramKeyValue[0] + PARAM_KEY_VALUE_SEPARATOR + value); in getAcceptContactFeatureTags()