Searched refs:shouldUseQuotedPrintable (Results 1 – 2 of 2) sorted by relevance
432 public static boolean shouldUseQuotedPrintable(final int vcardType) { in shouldUseQuotedPrintable() method in VCardConfig453 return (!shouldUseQuotedPrintable(vcardType) || in shouldRefrainQPToNameProperties()
143 mShouldUseQuotedPrintable = VCardConfig.shouldUseQuotedPrintable(vcardType); in VCardBuilder()