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

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java529 final boolean reallyUseQuotedPrintable =
532 final String encodedPart = reallyUseQuotedPrintable ?
545 if (reallyUseQuotedPrintable) {
631 boolean reallyUseQuotedPrintable =
643 if (reallyUseQuotedPrintable) {
689 final boolean reallyUseQuotedPrintable =
693 if (reallyUseQuotedPrintable) {
703 if (reallyUseQuotedPrintable) {
712 final boolean reallyUseQuotedPrintable =
716 if (reallyUseQuotedPrintable) {
1047 final boolean reallyUseQuotedPrintable; field in class:VCardBuilder.PostalStruct
1050 PostalStruct(final boolean reallyUseQuotedPrintable, final boolean appendCharset, final String addressData) argument
1916 appendLine(final String propertyName, final String rawValue, final boolean needCharset, boolean reallyUseQuotedPrintable) argument
1927 appendLine(final String propertyName, final List<String> parameterList, final String rawValue, final boolean needCharset, boolean reallyUseQuotedPrintable) argument
[all...]

Completed in 124 milliseconds