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

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

Completed in 158 milliseconds