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

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java716 VCardUtils.constructListFromValue(quotedPrintablePart, getVersion());
725 VCardUtils.constructListFromValue(propertyValue, getVersion());
H A DVCardEntry.java1861 final List<String> sortNames = VCardUtils.constructListFromValue(sortAsCollection
2011 final List<String> sortNames = VCardUtils.constructListFromValue(sortAsCollection
2165 final List<String> phoneticNameList = VCardUtils.constructListFromValue(propValue,
2405 final List<String> customPropertyList = VCardUtils.constructListFromValue(propValue,
H A DVCardUtils.java374 public static List<String> constructListFromValue(final String value, method in class:VCardUtils

Completed in 38 milliseconds