Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DDataExporter.java143 final String childStoredPath = storedPath + "/" + child.getName(); in addDirectory() local
155 addDirectory(context, os, child, childStoredPath); in addDirectory()
157 addFile(os, child, childStoredPath); in addDirectory()