Searched refs:mVCardParser (Results 1 – 2 of 2) sorted by relevance
172 private VCardParser mVCardParser; field in ImportVCardActivity.VCardCacheThread410 mVCardParser = new VCardParser_V21(); in constructImportRequest()414 mVCardParser.addInterpreter(counter); in constructImportRequest()415 mVCardParser.addInterpreter(detector); in constructImportRequest()416 mVCardParser.parse(is); in constructImportRequest()429 mVCardParser = new VCardParser_V30(); in constructImportRequest()433 mVCardParser.addInterpreter(counter); in constructImportRequest()434 mVCardParser.addInterpreter(detector); in constructImportRequest()435 mVCardParser.parse(is); in constructImportRequest()467 if (mVCardParser != null) { in cancel()[all …]
59 private VCardParser mVCardParser; field in ImportProcessor233 mVCardParser = (vcardVersion == ImportVCardActivity.VCARD_VERSION_V30 ? in readOneVCard()239 mVCardParser.cancel(); in readOneVCard()242 mVCardParser.parse(is, interpreter); in readOneVCard()288 if (mVCardParser != null) { in cancel()289 mVCardParser.cancel(); in cancel()