Home
last modified time | relevance | path

Searched defs:streamTypes (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DStubProvider.java545 List<String> streamTypes = extras.getStringArrayList(EXTRA_STREAM_TYPES); in dispatchCreateDocumentWithFlags() local
577 List<String> streamTypes) throws FileNotFoundException { in createDocument()
705 String rootId, String path, String mimeType, List<String> streamTypes, byte[] content) in createVirtualFile()
792 public final List<String> streamTypes; field in StubProvider.StubDocument
797 private StubDocument(File file, String mimeType, List<String> streamTypes, int flags, in StubDocument()
835 List<String> streamTypes) { in createDocumentWithFlags()
840 File file, String mimeType, List<String> streamTypes, StubDocument parent) { in createVirtualDocument()
DDocumentsProviderHelper.java111 String... streamTypes) in createDocumentWithFlags()
305 RootInfo root, String path, String mimeType, byte[] content, String... streamTypes) in createVirtualFile()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDocumentInfo.java368 final String[] streamTypes = resolver.getStreamTypes(uri, "*/*"); in addMimeTypes() local
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DCopyJob.java408 String[] streamTypes = null; in byteCopyDocument() local