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

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

Completed in 21 milliseconds