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 213 charset = (TextUtils.isEmpty(charset) ? VCardConfig.DEFAULT_EXPORT_CHARSET : charset);
VCardBuilder.java 177 "Use the charset \"" + VCardConfig.DEFAULT_EXPORT_CHARSET
179 mCharset = VCardConfig.DEFAULT_EXPORT_CHARSET;
180 mVCardCharsetParameter = "CHARSET=" + VCardConfig.DEFAULT_EXPORT_CHARSET;
    [all...]

Completed in 151 milliseconds