Searched refs:exportType (Results 1 – 2 of 2) sorted by relevance
25 public final String exportType; field in ExportRequest31 public ExportRequest(Uri destUri, String exportType) { in ExportRequest() argument33 this.exportType = exportType; in ExportRequest()
124 final String exportType = request.exportType; in runInternal() local126 if (TextUtils.isEmpty(exportType)) { in runInternal()130 vcardType = VCardConfig.getVCardTypeFromString(exportType); in runInternal()