Home
last modified time | relevance | path

Searched refs:estimatedVCardType (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/vcard/
DImportProcessor.java148 final int estimatedVCardType = request.estimatedVCardType; in runInternal() local
154 new VCardEntryConstructor(estimatedVCardType, account, estimatedCharset); in runInternal()
171 successful = readOneVCard(is, estimatedVCardType, estimatedCharset, constructor, in runInternal()
DImportRequest.java62 public final int estimatedVCardType; field in ImportRequest
106 this.estimatedVCardType = estimatedType; in ImportRequest()
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DVCardRequest.java131 final int estimatedVCardType = detector.getEstimatedType(); in parseVCard()
134 result = readOneVCardFile(targetUri, estimatedVCardType, in parseVCard()