Home
last modified time | relevance | path

Searched refs:streamTypes (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java120 String[] streamTypes) { in buildDoc() argument
125 doc.streamTypes = streamTypes; in buildDoc()
209 public String[] streamTypes; field in MyDocumentsProvider.Doc
285 doc.streamTypes); in copyDocument()
450 return doc.streamTypes; in getStreamTypes()
467 for (String streamType : doc.streamTypes) { in openTypedDocument()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java201 final String streamTypes[] = resolver.getStreamTypes(uri, "*/*"); in testOpenVirtual() local
202 assertEquals(1, streamTypes.length); in testOpenVirtual()
203 assertEquals("text/plain", streamTypes[0]); in testOpenVirtual()
215 "Converted contents.".getBytes(), readTypedFully(uri, streamTypes[0])); in testOpenVirtual()
/cts/tests/tests/media/src/android/media/cts/
DAudioManagerTest.java119 final int[] streamTypes = { in setUp() local
130 for (int streamType : streamTypes) { in setUp()