Searched defs:docId (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
D | ExternalStorageProvider.java | 84 public String docId; field in ExternalStorageProvider.RootInfo 229 private File getFileForDocId(String docId) throws FileNotFoundException { in getFileForDocId() 233 private File getFileForDocId(String docId, boolean visible) throws FileNotFoundException { in getFileForDocId() 260 private void includeFile(MatrixCursor result, String docId, File file) in includeFile() 319 public boolean isChildDocument(String parentDocId, String docId) { in isChildDocument() 331 public String createDocument(String docId, String mimeType, String displayName) in createDocument() 359 public String renameDocument(String docId, String displayName) throws FileNotFoundException { in renameDocument() 381 public void deleteDocument(String docId) throws FileNotFoundException { in deleteDocument()
|
D | TestDocumentsProvider.java | 311 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/packages/DocumentsUI/src/com/android/documentsui/ |
D | IconUtils.java | 219 Context context, String mimeType, String authority, String docId, int mode) { in loadMimeIcon()
|
D | DirectoryFragment.java | 862 final String docId = getCursorString(cursor, Document.COLUMN_DOCUMENT_ID); in getDocumentView() local
|
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/ |
D | StubProvider.java | 150 public boolean isChildDocument(String parentDocId, String docId) { in isChildDocument() 233 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() 266 String docId, Point sizeHint, CancellationSignal signal) throws FileNotFoundException { in openDocumentThumbnail()
|