Bug: 360015496 Flag: com.android.settings.flags.catalyst_sound_screen Test: atest SoundScreenTest Change-Id: Ifd685f8e3a546e8750a593201362540f60a3c031
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