Searched refs:streamTypes (Results 1 – 3 of 3) sorted by relevance
120 String[] streamTypes) { in buildDoc() argument125 doc.streamTypes = streamTypes; in buildDoc()210 public String[] streamTypes; field in MyDocumentsProvider.Doc286 doc.streamTypes); in copyDocument()451 return doc.streamTypes; in getStreamTypes()468 for (String streamType : doc.streamTypes) { in openTypedDocument()
312 final String streamTypes[] = resolver.getStreamTypes(uri, "*/*"); in testOpenVirtual() local313 assertEquals(1, streamTypes.length); in testOpenVirtual()314 assertEquals("text/plain", streamTypes[0]); in testOpenVirtual()326 "Converted contents.".getBytes(), readTypedFully(uri, streamTypes[0])); in testOpenVirtual()
252 final int[] streamTypes = { in setUp() local263 for (int streamType : streamTypes) { in setUp()286 for (int streamType : streamTypes) { in setUp()