Flag: com.android.settings.flags.catalyst_media_controls Fixes: 337243570 Fixes: 389133530 Fixes: 389133114 Test: atest MediaControlsLockScreenSwitchPreferenceTest Test: atest MediaControlsSwitchPreferenceTest Change-Id: Ibe8fed064cd6223085764f5125cff45a9bea734d
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