Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/common/com/android/internal/telephony/
H A DSipMessageParsingUtils.java231 String[] splitParams = header.second.split(PARAM_SEPARATOR); in getAcceptContactFeatureTags() local
232 if (splitParams.length < 2) { in getAcceptContactFeatureTags()
237 Set<String> fts = Arrays.asList(splitParams).subList(1, splitParams.length).stream() in getAcceptContactFeatureTags()