Searched defs:streamTypes (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
H A D | StubProvider.java | 574 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 D | DocumentsProviderHelper.java | 121 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 D | DebugView.java | 108 protected void onPostExecute(String[] streamTypes) { in accept()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
H A D | DocumentInfo.java | 453 final String[] streamTypes = resolver.getStreamTypes(uri, "*/*"); in addMimeTypes() local
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
H A D | CopyJob.java | 400 String[] streamTypes = null; in byteCopyDocument() local
|
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
H A D | AudioOutputDescriptor.cpp | 439 VolumeSource vs, const StreamTypeVector &streamTypes, in setVolume()
|
/aosp12/frameworks/av/media/libstagefright/httplive/ |
H A D | PlaylistFetcher.cpp | 1484 LiveSession::StreamType streamTypes[] = in onDownloadNext() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioService.java | 6493 final int[] streamTypes = mAudioVolumeGroup.getLegacyStreamTypes(); in VolumeGroupState() local
|