Home
last modified time | relevance | path

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

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