Bug: 372774754 Test: atest and manual test Flag: com.android.settings.flags.catalyst_power_usage_summary_screen NO_IFTTT=already updated. Change-Id: I9a259b966a832293e067c9f06c4c98479cb538a2
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