HomeSort by relevance Sort by last modified time
    Searched refs:exportType (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ExportRequest.java 25 public final String exportType;
31 public ExportRequest(Uri destUri, String exportType) {
33 this.exportType = exportType;
ExportProcessor.java 124 final String exportType = request.exportType;
126 if (TextUtils.isEmpty(exportType)) {
130 vcardType = VCardConfig.getVCardTypeFromString(exportType);

Completed in 157 milliseconds