Home
last modified time | relevance | path

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

/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java91 public String docId; field in ExternalStorageProvider.RootInfo
317 private File getFileForDocId(String docId) throws FileNotFoundException { in getFileForDocId()
321 private File getFileForDocId(String docId, boolean visible) throws FileNotFoundException { in getFileForDocId()
348 private void includeFile(MatrixCursor result, String docId, File file) in includeFile()
415 public boolean isChildDocument(String parentDocId, String docId) { in isChildDocument()
435 public String createDocument(String docId, String mimeType, String displayName) in createDocument()
463 public String renameDocument(String docId, String displayName) throws FileNotFoundException { in renameDocument()
485 public void deleteDocument(String docId) throws FileNotFoundException { in deleteDocument()
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/packages/DocumentsUI/tests/src/com/android/documentsui/model/
DDocumentInfoTest.java54 private static DocumentInfo createDocInfo(String authority, String docId, String mimeType) { in createDocInfo()
/frameworks/base/packages/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()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DIconUtils.java217 Context context, String mimeType, String authority, String docId, int mode) { in loadMimeIcon()
DOpenExternalDirectoryActivity.java313 final String docId = bundle == null ? null : bundle.getString("DOC_ID"); in getGrantedUriPermission() local
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DGridDocumentHolder.java122 final String docId = getCursorString(cursor, Document.COLUMN_DOCUMENT_ID); in bind() local
DListDocumentHolder.java118 final String docId = getCursorString(cursor, Document.COLUMN_DOCUMENT_ID); in bind() local
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DStubProvider.java178 public boolean isChildDocument(String parentDocId, String docId) { in isChildDocument()
317 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument()
354 String docId, Point sizeHint, CancellationSignal signal) throws FileNotFoundException { in openDocumentThumbnail()
360 String docId, String mimeTypeFilter, Bundle opts, CancellationSignal signal) in openTypedDocument()
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
DModelTest.java153 String docId = DocumentInfo.getCursorString(cOut, Document.COLUMN_DOCUMENT_ID); in testModelIdIsUnique() local