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

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1607 final String encodedValue, boolean isPrimary) {
1742 mBuilder.append(encodedValue);
1765 * @param encodedValue Must be encoded by BASE64
1768 public void appendPhotoLine(final String encodedValue, final String photoType) { argument
1780 tmpBuilder.append(encodedValue);
1890 final String encodedValue;
1892 encodedValue = encodeQuotedPrintable(rawValue);
1898 encodedValue = escapeCharacters(rawValue);
1901 mBuilder.append(encodedValue);
1974 final String encodedValue;
1606 appendTelLine(final Integer typeAsInteger, final String label, final String encodedValue, boolean isPrimary) argument
[all...]

Completed in 73 milliseconds