This is to maintain separation of non-generated files from generated flag values. Test: Current tests pass Flag: EXEMPT refactoring Bug: 370777204 Change-Id: I6588ebec59519b4e0d6c83057b8106c20a3df8fa
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