Searched refs:constructListFromValue (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java603 VCardUtils.constructListFromValue(quotedPrintablePart, getVersion());
611 VCardUtils.constructListFromValue(propertyRawValue, getVersion());
H A DVCardEntry.java1859 final List<String> sortNames = VCardUtils.constructListFromValue(sortAsCollection
2009 final List<String> sortNames = VCardUtils.constructListFromValue(sortAsCollection
2163 final List<String> phoneticNameList = VCardUtils.constructListFromValue(propValue,
2403 final List<String> customPropertyList = VCardUtils.constructListFromValue(propValue,
H A DVCardUtils.java377 public static List<String> constructListFromValue(final String value, method in class:VCardUtils

Completed in 412 milliseconds