Home
last modified time | relevance | path

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

/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java95 public String docId; field in ExternalStorageProvider.RootInfo
293 protected boolean shouldBlockFromTree(@NonNull String docId) { in shouldBlockFromTree()
405 protected File getFileForDocId(String docId, boolean visible) throws FileNotFoundException { in getFileForDocId()
409 private File getFileForDocId(String docId, boolean visible, boolean mustExist) in getFileForDocId()
415 private Pair<RootInfo, File> resolveDocId(String docId, boolean visible) in resolveDocId()
422 static String getPathFromDocId(String docId) { in getPathFromDocId()
438 private RootInfo getRootFromDocId(String docId) throws FileNotFoundException { in getRootFromDocId()
453 private File buildFile(RootInfo root, String docId, boolean visible, boolean mustExist) in buildFile()
473 protected Uri buildNotificationUri(String docId) { in buildNotificationUri()
478 protected void onDocIdChanged(String docId) { in onDocIdChanged()
[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.java101 protected abstract File getFileForDocId(String docId, boolean visible) in getFileForDocId()
106 protected abstract Uri buildNotificationUri(String docId); in buildNotificationUri()
112 protected void onDocIdChanged(String docId) { in onDocIdChanged()
120 protected void onDocIdDeleted(String docId) { in onDocIdDeleted()
137 public boolean isChildDocument(String parentDocId, String docId) { in isChildDocument()
246 public String createDocument(String docId, String mimeType, String displayName) in createDocument()
279 public String renameDocument(String docId, String displayName) throws FileNotFoundException { in renameDocument()
323 final String docId = getDocIdForFile(after); in moveDocument() local
348 public void deleteDocument(String docId) throws FileNotFoundException { in deleteDocument()
590 protected RowBuilder includeFile(final MatrixCursor result, String docId, File file) in includeFile()
[all …]
/frameworks/base/packages/ExternalStorageProvider/tests/src/com/android/externalstorage/
DExternalStorageProviderTest.java62 String docId = root + ":" + path; in testGetPathFromDocId() local
/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/BackupEncryption/test/robolectric/src/com/android/server/testing/
DCryptoTestUtils.java68 String docId, in newChunkListing()