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

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1863 final List<String> rawValueList = new ArrayList<String>();
1869 rawValueList.add(value);
1874 !VCardUtils.containsOnlyNonCrLfPrintableAscii(rawValueList));
1877 !VCardUtils.containsOnlyNonCrLfPrintableAscii(rawValueList));
1889 for (String rawValue : rawValueList) {
1912 final String propertyName, final List<String> rawValueList) {
1913 appendLineWithCharsetAndQPDetection(propertyName, null, rawValueList);
1928 final List<String> parameterList, final List<String> rawValueList) {
1931 !VCardUtils.containsOnlyNonCrLfPrintableAscii(rawValueList));
1934 !VCardUtils.containsOnlyNonCrLfPrintableAscii(rawValueList));
1911 appendLineWithCharsetAndQPDetection( final String propertyName, final List<String> rawValueList) argument
1927 appendLineWithCharsetAndQPDetection(final String propertyName, final List<String> parameterList, final List<String> rawValueList) argument
1946 appendLine(final String propertyName, final List<String> rawValueList) argument
1990 appendLine(final String propertyName, final List<String> rawValueList, final boolean needCharset, boolean needQuotedPrintable) argument
1995 appendLine(final String propertyName, final List<String> parameterList, final List<String> rawValueList, final boolean needCharset, final boolean needQuotedPrintable) argument
[all...]

Completed in 49 milliseconds