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()
210 public String[] streamTypes; field in MyDocumentsProvider.Doc
286 doc.streamTypes); in copyDocument()
451 return doc.streamTypes; in getStreamTypes()
468 for (String streamType : doc.streamTypes) { in openTypedDocument()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java312 final String streamTypes[] = resolver.getStreamTypes(uri, "*/*"); in testOpenVirtual() local
313 assertEquals(1, streamTypes.length); in testOpenVirtual()
314 assertEquals("text/plain", streamTypes[0]); in testOpenVirtual()
326 "Converted contents.".getBytes(), readTypedFully(uri, streamTypes[0])); in testOpenVirtual()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioManagerTest.java252 final int[] streamTypes = { in setUp() local
263 for (int streamType : streamTypes) { in setUp()
286 for (int streamType : streamTypes) { in setUp()