Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java134 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
DRawDocumentsHelper.java37 public static boolean isRawDocId(String docId) { in isRawDocId()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaDocumentsProvider.java165 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/
DDocumentInfoTest.java56 private static DocumentInfo createDocInfo(String authority, String docId, String mimeType) { in createDocInfo()
DDocumentStackTest.java57 private static DocumentInfo createDir(String docId) { in createDir()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DIconUtils.java43 Context context, String mimeType, String authority, String docId, int mode) { in loadMimeIcon()
DLoadDocStackTask.java69 final String docId = DocumentsContract.getDocumentId(uris[0]); in run() local
DOpenExternalDirectoryActivity.java311 final String docId = bundle == null ? null : bundle.getString("DOC_ID"); in getGrantedUriPermission() local
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DModelTest.java135 String docId = DocumentInfo.getCursorString(cOut, Document.COLUMN_DOCUMENT_ID); in testModelIdIsUnique() local
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
DStressProvider.java164 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/
DResourcesProvider.java122 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DStubProvider.java180 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/
DCursorToSearchResultConverter.java124 final String docId = cursor.getString(COLUMN_INDEX_ID); in buildSingleSearchResultFromCursor() local