Searched refs:streamTypes (Results 1 – 3 of 3) sorted by relevance
120 String[] streamTypes) { in buildDoc() argument125 doc.streamTypes = streamTypes; in buildDoc()209 public String[] streamTypes; field in MyDocumentsProvider.Doc285 doc.streamTypes); in copyDocument()450 return doc.streamTypes; in getStreamTypes()467 for (String streamType : doc.streamTypes) { in openTypedDocument()
201 final String streamTypes[] = resolver.getStreamTypes(uri, "*/*"); in testOpenVirtual() local202 assertEquals(1, streamTypes.length); in testOpenVirtual()203 assertEquals("text/plain", streamTypes[0]); in testOpenVirtual()215 "Converted contents.".getBytes(), readTypedFully(uri, streamTypes[0])); in testOpenVirtual()
119 final int[] streamTypes = { in setUp() local130 for (int streamType : streamTypes) { in setUp()