Searched defs:exportType (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DExportRequest.java25 public final String exportType; field in class:ExportRequest
31 public ExportRequest(Uri destUri, String exportType) { argument
33 this.exportType = exportType;

Completed in 60 milliseconds