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.java574 List<String> streamTypes = extras.getStringArrayList(EXTRA_STREAM_TYPES); in dispatchCreateDocumentWithFlags() local
606 List<String> streamTypes) throws FileNotFoundException { in createDocument()
734 String rootId, String path, String mimeType, List<String> streamTypes, byte[] content) in createVirtualFile()
821 public final List<String> streamTypes; field in StubProvider.StubDocument
826 private StubDocument(File file, String mimeType, List<String> streamTypes, int flags, in StubDocument()
864 List<String> streamTypes) { in createDocumentWithFlags()
869 File file, String mimeType, List<String> streamTypes, StubDocument parent) { in createVirtualDocument()
DDocumentsProviderHelper.java121 String... streamTypes) in createDocumentWithFlags()
325 RootInfo root, String path, String mimeType, byte[] content, String... streamTypes) in createVirtualFile()
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DDebugView.java108 protected void onPostExecute(String[] streamTypes) { in accept()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDocumentInfo.java453 final String[] streamTypes = resolver.getStreamTypes(uri, "*/*"); in addMimeTypes() local
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DCopyJob.java400 String[] streamTypes = null; in byteCopyDocument() local