Home
last modified time | relevance | path

Searched defs:streamTypes (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A 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()
H A DDocumentsProviderHelper.java121 String... streamTypes) in createDocumentWithFlags()
325 RootInfo root, String path, String mimeType, byte[] content, String... streamTypes) in createVirtualFile()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
H A DDebugView.java108 protected void onPostExecute(String[] streamTypes) { in accept()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DDocumentInfo.java453 final String[] streamTypes = resolver.getStreamTypes(uri, "*/*"); in addMimeTypes() local
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A DCopyJob.java400 String[] streamTypes = null; in byteCopyDocument() local
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioOutputDescriptor.cpp439 VolumeSource vs, const StreamTypeVector &streamTypes, in setVolume()
/aosp12/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp1484 LiveSession::StreamType streamTypes[] = in onDownloadNext() local
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java6493 final int[] streamTypes = mAudioVolumeGroup.getLegacyStreamTypes(); in VolumeGroupState() local