mirror of
https://github.com/androidx/media.git
synced 2025-05-10 00:59:51 +08:00

The implementation of these methods is changed in a follow-up CL, and these tests help to ensure nothing breaks. This doesn't include tests for `toByteArray(InputStream)` or `toByteArray(int)` because these implementations are fully replaced by Guava equivalents in a follow-up CL. PiperOrigin-RevId: 613581845