Searched refs:mVCardParser (Results 1 – 2 of 2) sorted by relevance
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()
180 private VCardParser mVCardParser; field in ImportVCardActivity.VCardCacheThread319 mVCardParser = new VCardParser_V21(); in constructImportRequest()323 mVCardParser.addInterpreter(counter); in constructImportRequest()324 mVCardParser.addInterpreter(detector); in constructImportRequest()325 mVCardParser.parse(is); in constructImportRequest()338 mVCardParser = new VCardParser_V30(); in constructImportRequest()342 mVCardParser.addInterpreter(counter); in constructImportRequest()343 mVCardParser.addInterpreter(detector); in constructImportRequest()344 mVCardParser.parse(is); in constructImportRequest()376 if (mVCardParser != null) { in cancel()[all …]