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

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1864 final List<String> rawValueList = new ArrayList<String>();
1870 rawValueList.add(value);
1875 !VCardUtils.containsOnlyNonCrLfPrintableAscii(rawValueList));
1878 !VCardUtils.containsOnlyNonCrLfPrintableAscii(rawValueList));
1890 for (String rawValue : rawValueList) {
1913 final String propertyName, final List<String> rawValueList) {
1914 appendLineWithCharsetAndQPDetection(propertyName, null, rawValueList);
1929 final List<String> parameterList, final List<String> rawValueList) {
1932 !VCardUtils.containsOnlyNonCrLfPrintableAscii(rawValueList));
1935 !VCardUtils.containsOnlyNonCrLfPrintableAscii(rawValueList));
1912 appendLineWithCharsetAndQPDetection( final String propertyName, final List<String> rawValueList) argument
1928 appendLineWithCharsetAndQPDetection(final String propertyName, final List<String> parameterList, final List<String> rawValueList) argument
1947 appendLine(final String propertyName, final List<String> rawValueList) argument
1991 appendLine(final String propertyName, final List<String> rawValueList, final boolean needCharset, boolean needQuotedPrintable) argument
1996 appendLine(final String propertyName, final List<String> parameterList, final List<String> rawValueList, final boolean needCharset, final boolean needQuotedPrintable) argument
[all...]
H A DVCardParserImpl_V21.java610 final List<String> rawValueList =
612 for (String rawValue : rawValueList) {

Completed in 49 milliseconds