/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadStorageProvider.java | 134 public Path findDocumentPath(String parentDocId, String docId) throws FileNotFoundException { in findDocumentPath() 175 public void deleteDocument(String docId) throws FileNotFoundException { in deleteDocument() 192 public String renameDocument(String docId, String displayName) in renameDocument() 214 public Cursor queryDocument(String docId, String[] projection) throws FileNotFoundException { in queryDocument() 352 String docId = rawFilesCursor.getString( in querySearchDocuments() local 367 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() 386 String docId, Point sizeHint, CancellationSignal signal) throws FileNotFoundException { in openDocumentThumbnail() 393 protected File getFileForDocId(String docId, boolean visible) throws FileNotFoundException { in getFileForDocId() 428 protected Uri buildNotificationUri(String docId) { in buildNotificationUri() 447 final String docId = String.valueOf(id); in includeDownloadFromCursor() local
|
D | RawDocumentsHelper.java | 37 public static boolean isRawDocId(String docId) { in isRawDocId()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaDocumentsProvider.java | 165 private static Ident getIdentForDocId(String docId) { in getIdentForDocId() 190 private Uri getUriForDocumentId(String docId) { in getUriForDocumentId() 207 public void deleteDocument(String docId) throws FileNotFoundException { in deleteDocument() 229 public Cursor queryDocument(String docId, String[] projection) throws FileNotFoundException { in queryDocument() 321 public Cursor queryChildDocuments(String docId, String[] projection, String sortOrder) in queryChildDocuments() 491 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() 510 String docId, Point sizeHint, CancellationSignal signal) throws FileNotFoundException { in openDocumentThumbnail() 632 final String docId = getDocIdForIdent(TYPE_IMAGES_BUCKET, id); in includeImagesBucket() local 662 final String docId = getDocIdForIdent(TYPE_IMAGE, id); in includeImage() local 690 final String docId = getDocIdForIdent(TYPE_VIDEOS_BUCKET, id); in includeVideosBucket() local [all …]
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/base/ |
D | DocumentInfoTest.java | 56 private static DocumentInfo createDocInfo(String authority, String docId, String mimeType) { in createDocInfo()
|
D | DocumentStackTest.java | 57 private static DocumentInfo createDir(String docId) { in createDir()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | IconUtils.java | 43 Context context, String mimeType, String authority, String docId, int mode) { in loadMimeIcon()
|
D | LoadDocStackTask.java | 69 final String docId = DocumentsContract.getDocumentId(uris[0]); in run() local
|
D | OpenExternalDirectoryActivity.java | 311 final String docId = bundle == null ? null : bundle.getString("DOC_ID"); in getGrantedUriPermission() local
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ |
D | ModelTest.java | 135 String docId = DocumentInfo.getCursorString(cOut, Document.COLUMN_DOCUMENT_ID); in testModelIdIsUnique() local
|
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/ |
D | StressProvider.java | 164 public AssetFileDescriptor openDocumentThumbnail(String docId, Point sizeHint, in openDocumentThumbnail() 172 public ParcelFileDescriptor openDocument(String docId, String mode, in openDocument()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/ |
D | ResourcesProvider.java | 122 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
D | StubProvider.java | 180 public boolean isChildDocument(String parentDocId, String docId) { in isChildDocument() 335 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() 372 String docId, Point sizeHint, CancellationSignal signal) throws FileNotFoundException { in openDocumentThumbnail() 378 String docId, String mimeTypeFilter, Bundle opts, CancellationSignal signal) in openTypedDocument()
|
/packages/apps/Settings/src/com/android/settings/search2/ |
D | CursorToSearchResultConverter.java | 124 final String docId = cursor.getString(COLUMN_INDEX_ID); in buildSingleSearchResultFromCursor() local
|