Home
last modified time | relevance | path

Searched defs:docId (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java93 public String docId; field in ExternalStorageProvider.RootInfo
369 protected File getFileForDocId(String docId, boolean visible) throws FileNotFoundException { in getFileForDocId()
373 private File getFileForDocId(String docId, boolean visible, boolean mustExist) in getFileForDocId()
379 private Pair<RootInfo, File> resolveDocId(String docId, boolean visible) in resolveDocId()
385 private RootInfo getRootFromDocId(String docId) throws FileNotFoundException { in getRootFromDocId()
400 private File buildFile(RootInfo root, String docId, boolean visible, boolean mustExist) in buildFile()
420 protected Uri buildNotificationUri(String docId) { in buildNotificationUri()
425 protected void onDocIdChanged(String docId) { in onDocIdChanged()
487 final String docId = getDocIdForFile(doc); in getDocumentUri() local
604 final String docId = getDocIdForFileMaybeCreate(new File(arg), true); in call() local
[all …]
DTestDocumentsProvider.java311 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument()
319 String docId, Point sizeHint, CancellationSignal signal) throws FileNotFoundException { in openDocumentThumbnail()
393 private static void includeFile(MatrixCursor result, String docId, int flags) { in includeFile()
/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java96 protected abstract File getFileForDocId(String docId, boolean visible) in getFileForDocId()
101 protected abstract Uri buildNotificationUri(String docId); in buildNotificationUri()
107 protected void onDocIdChanged(String docId) { in onDocIdChanged()
124 public boolean isChildDocument(String parentDocId, String docId) { in isChildDocument()
233 public String createDocument(String docId, String mimeType, String displayName) in createDocument()
267 public String renameDocument(String docId, String displayName) throws FileNotFoundException { in renameDocument()
308 final String docId = getDocIdForFile(after); in moveDocument() local
326 public void deleteDocument(String docId) throws FileNotFoundException { in deleteDocument()
532 protected RowBuilder includeFile(final MatrixCursor result, String docId, File file) in includeFile()
600 protected final File getFileForDocId(String docId) throws FileNotFoundException { in getFileForDocId()
[all …]
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java107 protected Uri buildNotificationUri(String docId) { in buildNotificationUri()
145 protected RowBuilder includeFile(MatrixCursor result, String docId, File file) in includeFile()
/frameworks/base/core/tests/coretests/src/android/provider/
DDocumentsProviderTest.java118 private static Uri buildTreeDocumentUri(String authority, String parentDocId, String docId) { in buildTreeDocumentUri()
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDocumentsProvider.java556 public @Nullable Bundle getDocumentMetadata(String docId) throws FileNotFoundException { in getDocumentMetadata()