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

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1573 final String encodedValue, boolean isPrimary) {
1708 mBuilder.append(encodedValue);
1731 * @param encodedValue Must be encoded by BASE64
1734 public void appendPhotoLine(final String encodedValue, final String photoType) { argument
1746 tmpBuilder.append(encodedValue);
1856 final String encodedValue;
1858 encodedValue = encodeQuotedPrintable(rawValue);
1864 encodedValue = escapeCharacters(rawValue);
1867 mBuilder.append(encodedValue);
1940 final String encodedValue;
1572 appendTelLine(final Integer typeAsInteger, final String label, final String encodedValue, boolean isPrimary) argument
[all...]

Completed in 162 milliseconds