Searched refs:vcardVersion (Results 1 – 4 of 4) sorted by relevance
84 public final int vcardVersion; field in ImportRequest100 int vcardVersion, int entryCount) { in ImportRequest() argument107 this.vcardVersion = vcardVersion; in ImportRequest()
130 if (request.vcardVersion == ImportVCardActivity.VCARD_VERSION_AUTO_DETECT) { in runInternal()141 request.vcardVersion in runInternal()221 final int vcardVersion = possibleVCardVersions[i]; in readOneVCard() local233 mVCardParser = (vcardVersion == ImportVCardActivity.VCARD_VERSION_V30 ? in readOneVCard()
90 int vcardVersion = ImportVCardActivity.VCARD_VERSION_V21; in createImportRequest() local103 vcardVersion = ImportVCardActivity.VCARD_VERSION_V30; in createImportRequest()134 detector.getEstimatedCharset(), vcardVersion, counter.getCount()); in createImportRequest()
440 int vcardVersion = VCARD_VERSION_V21; in constructImportRequest() local487 vcardVersion = shouldUseV30 ? VCARD_VERSION_V30 : VCARD_VERSION_V21; in constructImportRequest()497 vcardVersion, counter.getCount()); in constructImportRequest()