Fix: 396461663 Flag: com.android.settingslib.flags.settings_catalyst Test: atest Change-Id: I27629b8ac2a3d0b9f2fe834c78c2bcd11a38b4e0
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