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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
H A DDataExporter.java99 private static File getOutputDirectory(Context context) { method in class:DataExporter
104 final File directory = getOutputDirectory(context);
111 return new File(getOutputDirectory(context), fileName);
115 return getOutputDirectory(context).exists();
119 removeFileOrDirectory(getOutputDirectory(context));

Completed in 128 milliseconds