Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DImportProcessor.java147 final int estimatedVCardType = request.estimatedVCardType; in runInternal() local
153 new VCardEntryConstructor(estimatedVCardType, account, estimatedCharset); in runInternal()
170 successful = readOneVCard(is, estimatedVCardType, estimatedCharset, constructor, in runInternal()
DImportRequest.java61 public final int estimatedVCardType; field in ImportRequest
105 this.estimatedVCardType = estimatedType; in ImportRequest()