Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/vcard/
DImportRequest.java85 public final int vcardVersion; field in ImportRequest
101 int vcardVersion, int entryCount) { in ImportRequest() argument
108 this.vcardVersion = vcardVersion; in ImportRequest()
DImportProcessor.java131 if (request.vcardVersion == ImportVCardActivity.VCARD_VERSION_AUTO_DETECT) { in runInternal()
142 request.vcardVersion in runInternal()
222 final int vcardVersion = possibleVCardVersions[i]; in readOneVCard() local
234 mVCardParser = (vcardVersion == ImportVCardActivity.VCARD_VERSION_V30 ? in readOneVCard()
DNfcImportVCardActivity.java107 int vcardVersion = ImportVCardActivity.VCARD_VERSION_V21; in createImportRequest() local
120 vcardVersion = ImportVCardActivity.VCARD_VERSION_V30; in createImportRequest()
155 detector.getEstimatedCharset(), vcardVersion, counter.getCount()); in createImportRequest()
DImportVCardActivity.java321 int vcardVersion = VCARD_VERSION_V21; in constructImportRequest() local
368 vcardVersion = shouldUseV30 ? VCARD_VERSION_V30 : VCARD_VERSION_V21; in constructImportRequest()
378 vcardVersion, counter.getCount()); in constructImportRequest()