Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/vcard/
DExportRequest.java25 public final String exportType; field in ExportRequest
31 public ExportRequest(Uri destUri, String exportType) { in ExportRequest() argument
33 this.exportType = exportType; in ExportRequest()
DExportProcessor.java136 final String exportType = request.exportType; in runInternal() local
138 if (TextUtils.isEmpty(exportType)) { in runInternal()
142 vcardType = VCardConfig.getVCardTypeFromString(exportType); in runInternal()