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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportRequest.java 61 public final int estimatedVCardType;
105 this.estimatedVCardType = estimatedType;
ImportProcessor.java 147 final int estimatedVCardType = request.estimatedVCardType;
153 new VCardEntryConstructor(estimatedVCardType, account, estimatedCharset);
170 successful = readOneVCard(is, estimatedVCardType, estimatedCharset, constructor,

Completed in 634 milliseconds