Searched refs:getDocIdForFile (Results 1 – 3 of 3) sorted by relevance
99 protected abstract String getDocIdForFile(File file) throws FileNotFoundException; in getDocIdForFile() method in FileSystemProvider224 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()
252 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 ExternalStorageProvider487 final String docId = getDocIdForFile(doc); in getDocumentUri()
120 protected String getDocIdForFile(File file) { in getDocIdForFile() method in BugreportStorageProvider