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

  /frameworks/base/core/java/android/pim/vcard/
VCardSourceDetector.java 159 * use {{@link #getEstimatedCharset()} to understand the charset to be used.
190 public String getEstimatedCharset() {
  /packages/apps/Tag/src/com/android/vcard/
VCardSourceDetector.java 159 * use {{@link #getEstimatedCharset()} to understand the charset to be used.
190 public String getEstimatedCharset() {
  /packages/apps/Contacts/src/com/android/contacts/
ImportVCardActivity.java 235 final String estimatedCharset = detector.getEstimatedCharset();
259 String charset = detector.getEstimatedCharset();
283 String charset = detector.getEstimatedCharset();
346 final String estimatedCharset = detector.getEstimatedCharset();
    [all...]

Completed in 445 milliseconds