Home
last modified time | relevance | path

Searched refs:vcardVersion (Results 1 – 4 of 4) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DImportRequest.java84 public final int vcardVersion; field in ImportRequest
100 int vcardVersion, int entryCount) { in ImportRequest() argument
107 this.vcardVersion = vcardVersion; in ImportRequest()
DImportProcessor.java130 if (request.vcardVersion == ImportVCardActivity.VCARD_VERSION_AUTO_DETECT) { in runInternal()
141 request.vcardVersion in runInternal()
221 final int vcardVersion = possibleVCardVersions[i]; in readOneVCard() local
233 mVCardParser = (vcardVersion == ImportVCardActivity.VCARD_VERSION_V30 ? in readOneVCard()
DNfcImportVCardActivity.java90 int vcardVersion = ImportVCardActivity.VCARD_VERSION_V21; in createImportRequest() local
103 vcardVersion = ImportVCardActivity.VCARD_VERSION_V30; in createImportRequest()
134 detector.getEstimatedCharset(), vcardVersion, counter.getCount()); in createImportRequest()
DImportVCardActivity.java440 int vcardVersion = VCARD_VERSION_V21; in constructImportRequest() local
487 vcardVersion = shouldUseV30 ? VCARD_VERSION_V30 : VCARD_VERSION_V21; in constructImportRequest()
497 vcardVersion, counter.getCount()); in constructImportRequest()