NO_IFTTT=Ignore test Bug: 374712065 Flag: com.android.settings.flags.catalyst_screen_brightness_mode Test: adb shell settings delete/get/put system screen_brightness_mode Change-Id: I57b72082853493173648d4658d2f225121f68bbf
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