Add requestSetVolume and requestUpdateVolume into MediaRouter2 and MediaRouter2Manager to enable users to control volume of routes. This CL also includes test cleanup for readability. Bug: 142298160 Test: atest mediaroutertest Change-Id: Iebb396c921517ec1a7677f90baa119ab647b5689
MediaFrameworkTest/
Uses instrumentation and so can be run with runtest.
It assumes /sdcard/media_api/ has been populated.
contents/media_api/
Push to /sdcard/media_api/ for use with MediaFrameworkTest:
adb shell mkdir /sdcard/media_api
adb push contents/media_api/ /sdcard/media_api/
All other subdirectories are manual tests or sample apps.