Searched refs:mVCardParser (Results 1 – 2 of 2) sorted by relevance
60 private VCardParser mVCardParser; field in ImportProcessor234 mVCardParser = (vcardVersion == ImportVCardActivity.VCARD_VERSION_V30 ? in readOneVCard()240 mVCardParser.cancel(); in readOneVCard()243 mVCardParser.parse(is, interpreter); in readOneVCard()286 if (mVCardParser != null) { in cancel()287 mVCardParser.cancel(); in cancel()
181 private VCardParser mVCardParser; field in ImportVCardActivity.VCardCacheThread330 mVCardParser = new VCardParser_V21(); in constructImportRequest()334 mVCardParser.addInterpreter(counter); in constructImportRequest()335 mVCardParser.addInterpreter(detector); in constructImportRequest()336 mVCardParser.parse(is); in constructImportRequest()349 mVCardParser = new VCardParser_V30(); in constructImportRequest()353 mVCardParser.addInterpreter(counter); in constructImportRequest()354 mVCardParser.addInterpreter(detector); in constructImportRequest()355 mVCardParser.parse(is); in constructImportRequest()387 if (mVCardParser != null) { in cancel()[all …]