Searched defs:docId (Results 1 – 3 of 3) sorted by relevance
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadStorageProvider.java | 107 public String createDocument(String docId, String mimeType, String displayName) in createDocument() 141 public void deleteDocument(String docId) throws FileNotFoundException { in deleteDocument() 154 public Cursor queryDocument(String docId, String[] projection) throws FileNotFoundException { in queryDocument() 178 public Cursor queryChildDocuments(String docId, String[] projection, String sortOrder) in queryChildDocuments() 257 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() 272 String docId, Point sizeHint, CancellationSignal signal) throws FileNotFoundException { in openDocumentThumbnail() 288 final String docId = String.valueOf(id); in includeDownloadFromCursor() local
|
/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() 320 public Cursor queryChildDocuments(String docId, String[] projection, String sortOrder) in queryChildDocuments() 445 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() 464 String docId, Point sizeHint, CancellationSignal signal) throws FileNotFoundException { in openDocumentThumbnail() 587 final String docId = getDocIdForIdent(TYPE_IMAGES_BUCKET, id); in includeImagesBucket() local 618 final String docId = getDocIdForIdent(TYPE_IMAGE, id); in includeImage() local 646 final String docId = getDocIdForIdent(TYPE_VIDEOS_BUCKET, id); in includeVideosBucket() local [all …]
|
/packages/apps/Settings/src/com/android/settings/search/ |
D | Index.java | 1040 int docId = sb.toString().hashCode(); in updateOneRow() local
|