When input routing is enabled and in desktop devices, allow use media switcher dialog to control routing during call. Change-Id: Id2587a1d33783a02a84cdc5c850b0a9c7908f159 Bug: b/355684672, b/357123258 Test: atest MediaOutputPreferenceControllerTest Flag: com.android.media.flags.enable_audio_input_device_routing_and_volume_control
Running Settings Robolectric tests
The full suite
$ croot
$ atest SettingsRoboTests
Running a single test class
With a filter
$ croot
$ atest SettingsRoboTests:com.android.settings.display.AdaptiveSleepPreferenceControllerTest
You can also run any single test class with atest (it will try to find the correct path)
$ atest AdaptiveSleepPreferenceControllerTest