Searched defs:rawValueList (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1829 final List<String> rawValueList = new ArrayList<String>();
1835 rawValueList.add(value);
1840 !VCardUtils.containsOnlyNonCrLfPrintableAscii(rawValueList));
1843 !VCardUtils.containsOnlyNonCrLfPrintableAscii(rawValueList));
1855 for (String rawValue : rawValueList) {
1878 final String propertyName, final List<String> rawValueList) {
1879 appendLineWithCharsetAndQPDetection(propertyName, null, rawValueList);
1894 final List<String> parameterList, final List<String> rawValueList) {
1897 !VCardUtils.containsOnlyNonCrLfPrintableAscii(rawValueList));
1900 !VCardUtils.containsOnlyNonCrLfPrintableAscii(rawValueList));
1877 appendLineWithCharsetAndQPDetection( final String propertyName, final List<String> rawValueList) argument
1893 appendLineWithCharsetAndQPDetection(final String propertyName, final List<String> parameterList, final List<String> rawValueList) argument
1912 appendLine(final String propertyName, final List<String> rawValueList) argument
1956 appendLine(final String propertyName, final List<String> rawValueList, final boolean needCharset, boolean needQuotedPrintable) argument
1961 appendLine(final String propertyName, final List<String> parameterList, final List<String> rawValueList, final boolean needCharset, final boolean needQuotedPrintable) argument
[all...]

Completed in 49 milliseconds