Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DStubProvider.java554 List<String> streamTypes = extras.getStringArrayList(EXTRA_STREAM_TYPES); in dispatchCreateDocumentWithFlags() local
586 List<String> streamTypes) throws FileNotFoundException { in createDocument()
714 String rootId, String path, String mimeType, List<String> streamTypes, byte[] content) in createVirtualFile()
801 public final List<String> streamTypes; field in StubProvider.StubDocument
806 private StubDocument(File file, String mimeType, List<String> streamTypes, int flags, in StubDocument()
844 List<String> streamTypes) { in createDocumentWithFlags()
849 File file, String mimeType, List<String> streamTypes, StubDocument parent) { in createVirtualDocument()
DDocumentsProviderHelper.java114 String... streamTypes) in createDocumentWithFlags()
317 RootInfo root, String path, String mimeType, byte[] content, String... streamTypes) in createVirtualFile()
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DDebugView.java106 protected void onPostExecute(String[] streamTypes) { in accept()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDocumentInfo.java396 final String[] streamTypes = resolver.getStreamTypes(uri, "*/*"); in addMimeTypes() local
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DCopyJob.java369 String[] streamTypes = null; in byteCopyDocument() local