Based on the UX alignment in doc and figma, we remove the autobrightness detailed page to make the consistency with other Vision settings, and update the brightness preference icons and summaries. Bug: 377289685 Flag: com.android.settings.accessibility.add_brightness_settings_in_suw Test: manually Change-Id: If4038de07dec7eeb38d3c057affba737849e23c9
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