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

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1221 final List<String> parameterList = new ArrayList<String>();
1223 parameterList.add(typeAsString);
1229 parameterList.add(VCardConstants.PARAM_TYPE_PREF);
1232 appendLineWithCharsetAndQPDetection(propertyName, parameterList, data);
1467 List<String> parameterList = new ArrayList<String>();
1469 parameterList.add(VCardConstants.PARAM_TYPE_PREF);
1473 parameterList.add(VCardConstants.PARAM_TYPE_HOME);
1477 parameterList.add(VCardConstants.PARAM_TYPE_WORK);
1487 parameterList.add("X-" + label);
1501 if (!parameterList
1882 appendLineWithCharsetAndQPDetection(final String propertyName, final List<String> parameterList, final String rawValue) argument
1893 appendLineWithCharsetAndQPDetection(final String propertyName, final List<String> parameterList, final List<String> rawValueList) argument
1922 appendLine(final String propertyName, final List<String> parameterList, final String rawValue) argument
1927 appendLine(final String propertyName, final List<String> parameterList, final String rawValue, final boolean needCharset, boolean reallyUseQuotedPrintable) argument
1961 appendLine(final String propertyName, final List<String> parameterList, final List<String> rawValueList, final boolean needCharset, final boolean needQuotedPrintable) argument
[all...]

Completed in 197 milliseconds