Searched refs:DEFAULT_EXPORT_CHARSET (Results 1 – 3 of 3) sorted by relevance
69 public static final String DEFAULT_EXPORT_CHARSET = "UTF-8"; field in VCardConfig
213 charset = (TextUtils.isEmpty(charset) ? VCardConfig.DEFAULT_EXPORT_CHARSET : charset); in VCardComposer()
177 "Use the charset \"" + VCardConfig.DEFAULT_EXPORT_CHARSET in VCardBuilder()179 mCharset = VCardConfig.DEFAULT_EXPORT_CHARSET; in VCardBuilder()180 mVCardCharsetParameter = "CHARSET=" + VCardConfig.DEFAULT_EXPORT_CHARSET; in VCardBuilder()