Searched defs:streamTypes (Results 1 – 4 of 4) sorted by relevance
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
D | StubProvider.java | 545 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()
|
D | DocumentsProviderHelper.java | 111 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/ |
D | DocumentInfo.java | 368 final String[] streamTypes = resolver.getStreamTypes(uri, "*/*"); in addMimeTypes() local
|
/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
D | CopyJob.java | 408 String[] streamTypes = null; in byteCopyDocument() local
|