Searched refs:storedPath (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
H A DDataExporter.java141 String storedPath) throws IOException {
143 final String childStoredPath = storedPath + "/" + child.getName();
166 * {@code storedPath}.
168 private static void addFile(ZipOutputStream os, File current, String storedPath) argument
172 os.putNextEntry(new ZipEntry(storedPath));
185 Log.i(TAG, "Added " + current.getAbsolutePath() + " as " + storedPath +
140 addDirectory(Context context, ZipOutputStream os, File current, String storedPath) argument

Completed in 50 milliseconds