Home
last modified time | relevance | path

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

/frameworks/base/telephony/common/com/android/internal/telephony/
DSipMessageParsingUtils.java240 String[] paramKeyValue = ft.split(PARAM_KEY_VALUE_SEPARATOR, 2); in getAcceptContactFeatureTags() local
241 if (paramKeyValue.length < 2) { in getAcceptContactFeatureTags()
246 String[] splitValue = splitParamValue(paramKeyValue[1]); in getAcceptContactFeatureTags()
248 featureTags.add(paramKeyValue[0] + PARAM_KEY_VALUE_SEPARATOR + value); in getAcceptContactFeatureTags()