Home
last modified time | relevance | path

Searched refs:shouldUseQuotedPrintable (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
DVCardConfig.java432 public static boolean shouldUseQuotedPrintable(final int vcardType) { in shouldUseQuotedPrintable() method in VCardConfig
453 return (!shouldUseQuotedPrintable(vcardType) || in shouldRefrainQPToNameProperties()
DVCardBuilder.java143 mShouldUseQuotedPrintable = VCardConfig.shouldUseQuotedPrintable(vcardType); in VCardBuilder()