Home
last modified time | relevance | path

Searched refs:DataExporter (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DDumpFileProvider.java64 return DataExporter.ZIP_MIME_TYPE; in getType()
81 DataExporter.ensureValidFileName(fileName); in openFile()
82 final File file = DataExporter.getOutputFile(getContext(), fileName); in openFile()
94 DataExporter.ensureValidFileName(fileName); in query()
111 final File file = DataExporter.getOutputFile(getContext(), fileName); in query()
DContactsDumpActivity.java65 mDeleteButton.setEnabled(DataExporter.dumpFileExists(this)); in updateDeleteButton()
94 DataExporter.removeDumpFiles(this); in cleanup()
109 return DataExporter.exportData(getApplicationContext()); in doInBackground()
129 intent.setType(DataExporter.ZIP_MIME_TYPE); in emailFile()
DDataExporter.java40 public class DataExporter { class