HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT_EXPORT_CHARSET (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/vcard/java/com/android/vcard/
VCardConfig.java 69 public static final String DEFAULT_EXPORT_CHARSET = "UTF-8";
VCardComposer.java 211 charset = (TextUtils.isEmpty(charset) ? VCardConfig.DEFAULT_EXPORT_CHARSET : charset);
VCardBuilder.java 203 "Use the charset \"" + VCardConfig.DEFAULT_EXPORT_CHARSET
205 mCharset = VCardConfig.DEFAULT_EXPORT_CHARSET;
206 mVCardCharsetParameter = "CHARSET=" + VCardConfig.DEFAULT_EXPORT_CHARSET;
    [all...]

Completed in 26 milliseconds