Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java99 protected abstract String getDocIdForFile(File file) throws FileNotFoundException; in getDocIdForFile() method in FileSystemProvider
224 path.addFirst(getDocIdForFile(doc)); in findDocumentPath()
248 childId = getDocIdForFile(file); in createDocument()
255 childId = getDocIdForFile(file); in createDocument()
279 final String afterDocId = getDocIdForFile(after); in renameDocument()
308 final String docId = getDocIdForFile(after); in moveDocument()
538 docId = getDocIdForFile(file); in includeFile()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java252 root.docId = getDocIdForFile(root.path); in updateVolumesLocked()
283 root.docId = getDocIdForFile(root.path); in updateVolumesLocked()
302 protected String getDocIdForFile(File file) throws FileNotFoundException { in getDocIdForFile() method in ExternalStorageProvider
487 final String docId = getDocIdForFile(doc); in getDocumentUri()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java120 protected String getDocIdForFile(File file) { in getDocIdForFile() method in BugreportStorageProvider