To group desktop experience and window management options Test: Build and check Bug: 390625230 Flag: EXEMPT (refactor) Change-Id: Ie076501da68045fa5f1098423a42d32f16a02838
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