Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/
H A DSipMessageParsingUtils.java246 String[] splitValue = splitParamValue(paramKeyValue[1]); in getAcceptContactFeatureTags()
259 private static String[] splitParamValue(String paramValue) { in splitParamValue() method in SipMessageParsingUtils