Home
last modified time | relevance | path

Searched defs:getFileForDocId (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Traceur/src/com/android/traceur/
H A DStorageProvider.java170 protected File getFileForDocId(String documentId, boolean visible) in getFileForDocId() method in StorageProvider
/aosp12/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportStorageProvider.java125 protected File getFileForDocId(String documentId, boolean visible) in getFileForDocId() method in BugreportStorageProvider
/aosp12/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java405 protected File getFileForDocId(String docId, boolean visible) throws FileNotFoundException { in getFileForDocId() method in ExternalStorageProvider
409 private File getFileForDocId(String docId, boolean visible, boolean mustExist) in getFileForDocId() method in ExternalStorageProvider
/aosp12/frameworks/base/core/java/com/android/internal/content/
H A DFileSystemProvider.java101 protected abstract File getFileForDocId(String docId, boolean visible) in getFileForDocId() method in FileSystemProvider
683 protected final File getFileForDocId(String docId) throws FileNotFoundException { in getFileForDocId() method
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadStorageProvider.java552 protected File getFileForDocId(String docId, boolean visible) throws FileNotFoundException { in getFileForDocId() method in DownloadStorageProvider