Searched refs:vcardVersion (Results 1 – 4 of 4) sorted by relevance
85 public final int vcardVersion; field in ImportRequest101 int vcardVersion, int entryCount) { in ImportRequest() argument108 this.vcardVersion = vcardVersion; in ImportRequest()
131 if (request.vcardVersion == ImportVCardActivity.VCARD_VERSION_AUTO_DETECT) { in runInternal()142 request.vcardVersion in runInternal()222 final int vcardVersion = possibleVCardVersions[i]; in readOneVCard() local234 mVCardParser = (vcardVersion == ImportVCardActivity.VCARD_VERSION_V30 ? in readOneVCard()
107 int vcardVersion = ImportVCardActivity.VCARD_VERSION_V21; in createImportRequest() local120 vcardVersion = ImportVCardActivity.VCARD_VERSION_V30; in createImportRequest()155 detector.getEstimatedCharset(), vcardVersion, counter.getCount()); in createImportRequest()
321 int vcardVersion = VCARD_VERSION_V21; in constructImportRequest() local368 vcardVersion = shouldUseV30 ? VCARD_VERSION_V30 : VCARD_VERSION_V21; in constructImportRequest()378 vcardVersion, counter.getCount()); in constructImportRequest()