Home
last modified time | relevance | path

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

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