Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/vcard/
DImportRequest.java62 public final int estimatedVCardType; field in ImportRequest
DImportProcessor.java148 final int estimatedVCardType = request.estimatedVCardType; in runInternal() local