mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

BundleableUtil is the only class that really depends on the type inheritence from Bundleable. However, it only needs this as a way to define Function<T, Bundle> and Function<Bundle, T>, which could just be passed in as parameters as it's already done for some of these methods. Also rename the class to BundleCollectionUtil accordingly. PiperOrigin-RevId: 578791946
Session test module
Tests cross-process use of the session module. To run the tests:
- Prepare a device (either an emulator or a real device) to run the tests on.
- Run
./gradlew :test-session-current:cAT