Uses the algorithm in the prototype and the design doc (go/extend-cd-settings). Bug: b/352650922 Test: atest TopologyClampTest.kt Flag: com.android.settings.flags.display_topology_pane_in_display_list Change-Id: I8d8d4427f5d5dc069b1529f8ca6ac2cee259ee8e
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